We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb499ea commit e24bcf4Copy full SHA for e24bcf4
1 file changed
sqlalchemy_monetdb/base.py
@@ -50,3 +50,5 @@ class MonetIdentifierPreparer(compiler.IdentifierPreparer):
50
51
def __init__(self, *args, **kwargs):
52
super(MonetIdentifierPreparer, self).__init__(*args, **kwargs)
53
+
54
+ self._double_percents = False
0 commit comments