From 1715b0c378f507209d0bdca25570f737d13196a0 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 7 Dec 2013 10:20:29 -0600 Subject: [PATCH] fixed 1807:Preserve quote template for NoSQLAdapter and subclasses, thanks Alan and Michele --- VERSION | 2 +- gluon/dal.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8206c2d4..af450676 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/dal.py b/gluon/dal.py index bea06f8e..94a16620 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -4609,6 +4609,7 @@ class GoogleSQLAdapter(UseDatabaseStoredFile,MySQLAdapter): class NoSQLAdapter(BaseAdapter): can_select_for_update = False + QUOTE_TEMPLATE = '%s' @staticmethod def to_unicode(obj):