Hi all,
During my tests for the integration of H2 in Base, I unwittingly discovered a strange behavior of a SELECT command with an error on the column name.
SELECT USER FROM INFORMATION_SCHEMA.USERS
The correct column name is USER_NAME but this SELECT does not throw an SQLException and return a strange ResultSet...