Merge branch 'develop' into madlittlemods/deferred-and-tokio-runtime-crates

This commit is contained in:
Eric Eastwood
2026-06-19 15:17:35 -05:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Make simple_select_one_onecol_txn() more helpful by naming the table of the select - as all other query wrapper functions already did.
+1 -1
View File
@@ -1879,7 +1879,7 @@ class DatabasePool:
if allow_none:
return None
else:
raise StoreError(404, "No row found")
raise StoreError(404, f"No row found ({table})")
@staticmethod
def simple_select_onecol_txn(