ahkDBA
ahkDBA copied to clipboard
SQLite3 version 3.1x.x throws exception
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.
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.