Wouter Born 1759058921
[jdbc] Upgrade H2 to 2.2.224 ()
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 

Signed-off-by: Wouter Born <github@maindrain.net>
2023-10-10 13:14:48 +02:00
..
2023-09-30 07:38:19 +02:00

Karaf features

In this directory you find Karaf features defined. Karaf features allow to define dependencies for openHAB add-ons and OSGi bundles in general.

If you require an external library in your openHAB add-on, you most likely want to edit the Karaf features file as well.