Taskana / TaskanaAdapter

Adapter to sync tasks between TASKANA and Camunda BPM
Apache License 2.0
6 stars 25 forks source link

Update H2 to 2.x #547

Closed arolfes closed 1 year ago

arolfes commented 1 year ago

Update H2 to the latest version. Since some Keywords are reserved now (e.g. KEY, VALUE) updates without changes are failing. To solve this, minor changes to the H2 configuration has to be done:

Add NON_KEYWORDS=KEY,VALUE to the H2 configuration.
arolfes commented 1 year ago

closed with PR https://github.com/Taskana/TaskanaAdapter/pull/529