mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-04 11:55:02 -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
|
@ -36,9 +36,6 @@ class PostgresEngine(object):
|
|||
def convert_param_style(self, sql):
|
||||
return sql.replace("?", "%s")
|
||||
|
||||
def encode_parameter(self, param):
|
||||
return param
|
||||
|
||||
def on_new_connection(self, db_conn):
|
||||
db_conn.set_isolation_level(
|
||||
self.module.extensions.ISOLATION_LEVEL_REPEATABLE_READ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue