the names used in HSQLDB's INFORMATION_SCHEMA implementation are non-standard because they all start with SYSTEM_ (SYSTEM_TABLES instead of TABLES, SYSTEM_COLUMNS instead of COLUMNS and so on)
Are there any plans to fix this issue?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
the names used in HSQLDB's INFORMATION_SCHEMA implementation are non-standard because they all start with SYSTEM_ (SYSTEM_TABLES instead of TABLES, SYSTEM_COLUMNS instead of COLUMNS and so on)
Are there any plans to fix this issue?
For 1.9 and 2.0, the information_schema has already been rewritten and has all the standard tables and their columns.
OK, thanks for the answer.