openhab-addons/features
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
..
openhab-addons Upgrade Maven and plug-ins (#15525) 2023-08-30 13:28:44 +02:00
openhab-addons-external [jdbc] Upgrade H2 to 2.2.224 (#15726) 2023-10-10 13:14:48 +02:00
pom.xml Upgrade to Karaf 4.4.4 (#15659) 2023-09-30 07:38:19 +02:00
readme.md Codebase as of c53e4aed26 as an initial commit for the shrunk repo 2020-09-20 23:57:58 +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.