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 d2d3878 commit 5225375Copy full SHA for 5225375
1 file changed
plugins/dbms/db2/syntax.py
@@ -15,8 +15,8 @@ def __init__(self):
15
16
@staticmethod
17
def unescape(expression, quote=True):
18
- if expression == "'":
19
- return expression
+ if expression == u"'''":
+ return "CHR(%d)" % (ord("'"))
20
21
if quote:
22
while True:
0 commit comments