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

sqlite3.dll v3.38.4.0 in python 3.11.0 breaks AHK sqlite connection #261

Closed
ewerybody opened this issue Nov 12, 2022 · 0 comments
Closed
Assignees

Comments

@ewerybody
Copy link
Owner

I get an Autohotkey error:

DLLCall sqlite3_open_v2 failed!

When we use just-me's Class_SQLiteDB here:
A2Core_Class.Ca2DB.__openConnection

That's with the dll version 3.38.4.0
It's gone with the older version 3.37... that ships with Python3.10 but there is actually a newer one that also does not have the problem:
https://www.sqlite.org/download.html

Python3.11. also seems to work with it. Well. Let's put it into the package builder.

@ewerybody ewerybody self-assigned this Nov 12, 2022
ewerybody added a commit that referenced this issue Dec 5, 2022
the one in py3.11 broke AHK sqlite support. Latest work for both
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant