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.keywordsornotre.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)
2819
2819
ifBackend.getIdentifiedDbms() in (DBMS.MYSQL, DBMS.ACCESS):
2820
2820
retVal="`%s`"%retVal.strip("`")
2821
-
elifBackend.getIdentifiedDbms() in (DBMS.ORACLE, DBMS.PGSQL, DBMS.DB2):
2821
+
elifBackend.getIdentifiedDbms() in (DBMS.ORACLE,) andnotisTable:
2822
+
retVal="\"%s\""%retVal.strip("\"")
2823
+
elifBackend.getIdentifiedDbms() in (DBMS.PGSQL, DBMS.DB2):
0 commit comments