fixed 1807:Preserve quote template for NoSQLAdapter and subclasses, thanks Alan and Michele

This commit is contained in:
mdipierro
2013-12-07 10:20:29 -06:00
parent 3599863304
commit 1715b0c378
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.8.2-stable+timestamp.2013.12.07.10.17.35
Version 2.8.2-stable+timestamp.2013.12.07.10.19.34
+1
View File
@@ -4609,6 +4609,7 @@ class GoogleSQLAdapter(UseDatabaseStoredFile,MySQLAdapter):
class NoSQLAdapter(BaseAdapter):
can_select_for_update = False
QUOTE_TEMPLATE = '%s'
@staticmethod
def to_unicode(obj):