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
Just upgraded to sqlite3.dll version 3.14.1
However this throws an exception as the "minimum version" compare think the dll is version 3.1.
https://github.com/IsNull/ahkDBA/blob/master/Lib/SQLite_L.ahk#L112
just commented the lines, and it works.
However, a better verification of version number should be implemented.
The text was updated successfully, but these errors were encountered:
Yes the check seems a bit off. If you come up with a pull request to fix the version check I'm happy to merge it.
Sorry, something went wrong.
No branches or pull requests
Just upgraded to sqlite3.dll version 3.14.1
However this throws an exception as the "minimum version" compare think the dll is version 3.1.
https://github.com/IsNull/ahkDBA/blob/master/Lib/SQLite_L.ahk#L112
just commented the lines, and it works.
However, a better verification of version number should be implemented.
The text was updated successfully, but these errors were encountered: