Skip to content
New issue

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

Require compatible SQLite library version #198

Open
soininen opened this issue Nov 15, 2022 · 0 comments
Open

Require compatible SQLite library version #198

soininen opened this issue Nov 15, 2022 · 0 comments
Milestone

Comments

@soininen
Copy link
Collaborator

The SQLite library up to at least 3.7.17 won't work with spinedb_api as discussed in spine-tools/Spine-Toolbox#1538. On my system I have 3.35.5 which works just fine. Perhaps we should check for compatible version when connecting to a sqlite database? Or add a troubleshooting note to README.md? The version can be found with

import sqlite3
sqlite3.sqlite_version
@jkiviluo jkiviluo added this to the v0.8 milestone Aug 29, 2023
@soininen soininen modified the milestones: v0.8.0, v0.8.1 Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants