mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Modify check_database to take a connection rather than a cursor
We might not need the cursor at all.
This commit is contained in:
parent
d2906fe666
commit
e97d1cf001
4 changed files with 18 additions and 28 deletions
|
@ -53,7 +53,7 @@ class Sqlite3Engine(object):
|
|||
"""
|
||||
return False
|
||||
|
||||
def check_database(self, txn):
|
||||
def check_database(self, db_conn):
|
||||
pass
|
||||
|
||||
def convert_param_style(self, sql):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue