openhab-addons/features/openhab-addons-external
Wouter Born 1759058921
[jdbc] Upgrade H2 to 2.2.224 (#15726)
Upgrades H2 database from 1.4.191 to 2.2.224.

Add ';NON_KEYWORDS=VALUE' to the JDBC URL because the add-on uses 'value' (which is also a keyword) as column name.

Also fixes some queries used by the command extension because H2 always uses upper case table names.

For the change log, see:

https://h2database.com/html/changelog.html

For migration notes, see:

https://h2database.com/html/migration-to-v2.html

Fixes #13115

Signed-off-by: Wouter Born <github@maindrain.net>
2023-10-10 13:14:48 +02:00
..
src/main/resources [jdbc] Upgrade H2 to 2.2.224 (#15726) 2023-10-10 13:14:48 +02:00
pom.xml Apply spotless 2023-07-24 01:20:31 +02:00