mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 09:54:07 -04:00
Don't call 'encode_parameter' no-op
This commit is contained in:
parent
d9cc5de9e5
commit
1692dc019d
3 changed files with 0 additions and 10 deletions
|
@ -26,9 +26,6 @@ class Sqlite3Engine(object):
|
|||
def convert_param_style(self, sql):
|
||||
return sql
|
||||
|
||||
def encode_parameter(self, param):
|
||||
return param
|
||||
|
||||
def on_new_connection(self, db_conn):
|
||||
self.prepare_database(db_conn)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue