Hi all,
We are trying to implement a panic switch that activates maximum compatibility with H2 1.4.197 to help migration to H2 2.1.210, in case a user has problems moving to the new restrictions. One area that could be a problem are keywords, so we try to use the NON_KEYWORDS property.
Unfortunately, while it seems to work for the keyword "VALUE", it does not work for "ROW". Is it a simple omission that could easily be addressed?
Here is a standalone test case which works in 1.x but does not in 2.x (albeit using the NON_KEYWORDS property):
H2Keywords.zip