You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unescaped="||".join("CHR(%d)"% (ord(expression[i])) foriinxrange(firstIndex, lastIndex)) # Postgres CHR() function already accepts Unicode code point of character(s)
36
+
unescaped="(%s)"%"||".join("CHR(%d)"% (ord(expression[i])) foriinxrange(firstIndex, lastIndex)) # Postgres CHR() function already accepts Unicode code point of character(s)
0 commit comments