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.