def test_parse_table_with_constraints_parenthesis(self): # Currently not supported tokens = self.tokenizer.tokenize("CREATE TABLE test (name VARCHAR(255))") parser ...
I keep getting the same exception, java.sql.SQLException: no such column: , despite being able to run the same query from a Python interpreter on the same database and the result is as expected and no ...