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
ifretVal.upper() inkb.keywordsor (retValor" ")[0].isdigit() ornotre.match(r"\A[A-Za-z0-9_@%s\$]+\Z"% ("."if_else""), retVal): # MsSQL is the only DBMS where we automatically prepend schema to table name (dot is normal)
3550
3550
ifBackend.getIdentifiedDbms() in (DBMS.MYSQL, DBMS.ACCESS):
3551
3551
retVal="`%s`"%retVal.strip("`")
3552
-
elifBackend.getIdentifiedDbms() in (DBMS.PGSQL, DBMS.DB2):
3552
+
elifBackend.getIdentifiedDbms() in (DBMS.PGSQL, DBMS.DB2, DBMS.SQLITE):
3553
3553
retVal="\"%s\""%retVal.strip("\"")
3554
3554
elifBackend.getIdentifiedDbms() in (DBMS.ORACLE,):
0 commit comments