mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-02 07:02:08 +00:00
Merge branch 'develop' into madlittlemods/deferred-and-tokio-runtime-crates
This commit is contained in:
@@ -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.
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user