genomicsqlite.attach_sql() doesn't work in python 3.11 #22
lacek
started this conversation in
Bug report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
python version: 3.11.4
genomicsqlite version: 0.9.4
Failed example:
Error like
sqlite3.OperationalError: unable to open database: file:/path/to/orindary.sqlite?vfs=zstd&outer_cache_size=-65536&threads=-1&outer_page_size=32768&level=6
thrown.On the other hand, the follow works:
For the latter case, using
db_path = 'file:/path/to/ordinary.sqlite'
also works.Other the other hand, the following doesn't work neither:
Beta Was this translation helpful? Give feedback.
All reactions