]> git.basschouten.com Git - openhab-addons.git/commit
[jdbc] Upgrade H2 to 2.2.224 (#15726)
authorWouter Born <github@maindrain.net>
Tue, 10 Oct 2023 11:14:48 +0000 (13:14 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 11:14:48 +0000 (13:14 +0200)
commit175905892122864991b7833485372b229b97dd68
treef1c1042b19858f5902597d105ca1a279db4c3145
parent06d8e750f24ca6892190701b9a8f92044f39474a
[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>
bundles/org.openhab.persistence.jdbc/README.md
bundles/org.openhab.persistence.jdbc/pom.xml
bundles/org.openhab.persistence.jdbc/src/main/feature/feature.xml
bundles/org.openhab.persistence.jdbc/src/main/java/org/openhab/persistence/jdbc/internal/JdbcConfiguration.java
bundles/org.openhab.persistence.jdbc/src/main/java/org/openhab/persistence/jdbc/internal/db/JdbcH2DAO.java
bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/i18n/jdbc.properties
features/openhab-addons-external/src/main/resources/conf/jdbc.cfg