possible solution to issue 887
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-07-24 21:23:46) dev
|
||||
Version 2.00.0 (2012-07-24 22:06:05) dev
|
||||
|
||||
@@ -3785,6 +3785,9 @@ class GoogleSQLAdapter(UseDatabaseStoredFile,MySQLAdapter):
|
||||
self.execute("SET FOREIGN_KEY_CHECKS=1;")
|
||||
self.execute("SET sql_mode='NO_BACKSLASH_ESCAPES';")
|
||||
|
||||
def execute(self,a):
|
||||
return self.log_execute(a.decode('utf8'))
|
||||
|
||||
class NoSQLAdapter(BaseAdapter):
|
||||
can_select_for_update = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user