mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Check that postgres database has correct charset set
This commit is contained in:
parent
478e511db0
commit
204132a998
6 changed files with 47 additions and 1 deletions
|
@ -20,6 +20,9 @@ class Sqlite3Engine(object):
|
|||
def __init__(self, database_module):
|
||||
self.module = database_module
|
||||
|
||||
def check_database(self, txn):
|
||||
pass
|
||||
|
||||
def convert_param_style(self, sql):
|
||||
return sql
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue