mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-03 19:01:50 -04:00
Rename _execute_query
This commit is contained in:
parent
937c175029
commit
2529f2bc01
4 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ class SQLBaseStore(object):
|
|||
|
||||
return self._db_pool.runInteraction(interaction)
|
||||
|
||||
def _execut_query(self, query, *args):
|
||||
def _execute_and_decode(self, query, *args):
|
||||
return self._execute(self.cursor_to_dict, *args)
|
||||
|
||||
# "Simple" SQL API methods that operate on a single table with no JOINs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue