|
With Derby, I am seeing a tck test error with auto quoting of a column named 'VALUE'.
CREATE TABLE BOAT (VALUE DECIMAL(18,0) NOT NULL);
could not prepare statement [insert into BOAT ( "value") values (?)]: java.sql.SQLSyntaxErrorException: 'value' is not a column in table.
|