hkklearn
Results
1
issues of
hkklearn
regex = r"Table\ \'.*{}\'\ does\ not\ exist".format(re.escape(table_name)) if msg and re.search(regex, msg): raise exc.NoSuchTableError(table_name) else: raise with presto and Oracle, Oracle has table name with upper case, but table name...