HSQLDB and Oracle Compatibility
in HSQLDB 2.x you can force Oracle compatibility mode with the command SET DATABASE SQL SYNTAX ORA TRUE or with the connection property sql.syntax_ora=true.
when using Spring to create a embedded datasource you can place the SET command at the top of the schema.sql file.
Oracle compatibility details : http://hsqldb.org/doc/2.0/guide/deployment-chapt.html#N1431F
(still no support for CUBE query)
when using Spring to create a embedded datasource you can place the SET command at the top of the schema.sql file.
Oracle compatibility details : http://hsqldb.org/doc/2.0/guide/deployment-chapt.html#N1431F
(still no support for CUBE query)
