fixed 1807:Preserve quote template for NoSQLAdapter and subclasses, thanks Alan and Michele
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4609,6 +4609,7 @@ class GoogleSQLAdapter(UseDatabaseStoredFile,MySQLAdapter):
|
||||
|
||||
class NoSQLAdapter(BaseAdapter):
|
||||
can_select_for_update = False
|
||||
QUOTE_TEMPLATE = '%s'
|
||||
|
||||
@staticmethod
|
||||
def to_unicode(obj):
|
||||
|
||||
Reference in New Issue
Block a user