Skip to:
Running into the following when checking for index existence:
Caused by: java.sql.SQLException: Table not found: TABLE_CONSTRAINTS in statement [select CONSTRAINT_NAME, TABLE_NAME from information_schema.table_constraints]
I have attached a patch to fix the issue.
Let me know if I can provide anything further.
Hsql 1.8
Running into the following when checking for index existence:
Caused by: java.sql.SQLException: Table not found: TABLE_CONSTRAINTS in statement [select CONSTRAINT_NAME, TABLE_NAME from information_schema.table_constraints]
I have attached a patch to fix the issue.
Let me know if I can provide anything further.