We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SQLite driver should work after installing it from the addons store.
While it is possible to install the addon, it won't create the database and also not write to it. The logs show an error: Error opening connection.
Error opening connection
The behavior was already discussed in the forum: https://community.openhab.org/t/how-can-i-change-oh3-3-to-install-a-aarch64-capable-version-of-sqlite-jdbc/139102
As discussed in the forum, the solution is to update the org.xerial/sqlite-jdbc dependency.
org.xerial/sqlite-jdbc
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
The SQLite driver should work after installing it from the addons store.
Current Behavior
While it is possible to install the addon, it won't create the database and also not write to it.
The logs show an error:
Error opening connection
.The behavior was already discussed in the forum: https://community.openhab.org/t/how-can-i-change-oh3-3-to-install-a-aarch64-capable-version-of-sqlite-jdbc/139102
Possible Solution
As discussed in the forum, the solution is to update the
org.xerial/sqlite-jdbc
dependency.Steps to Reproduce (for Bugs)
Your Environment
The text was updated successfully, but these errors were encountered: