Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3c8d8 commit adfb862Copy full SHA for adfb862
1 file changed
plugins/dbms/firebird/syntax.py
@@ -19,7 +19,7 @@ def escaper(value):
19
20
retVal = expression
21
22
- if isDBMSVersionAtLeast('2.1'):
+ if isDBMSVersionAtLeast("2.1"):
23
retVal = Syntax._escape(expression, quote, escaper)
24
25
return retVal
0 commit comments