Don't call 'encode_parameter' no-op

This commit is contained in:
Erik Johnston 2015-05-05 15:00:30 +01:00
parent d9cc5de9e5
commit 1692dc019d
3 changed files with 0 additions and 10 deletions

View file

@ -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