possible solution to issue 887

This commit is contained in:
mdipierro
2012-07-24 22:06:09 -05:00
parent fd87b09221
commit 709c387901
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-07-24 21:23:46) dev
Version 2.00.0 (2012-07-24 22:06:05) dev
+3
View File
@@ -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