1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/modules/sqlite
2016-07-19 21:13:56 +03:00
..
Handle Adjust the code to use the .what() method from the Sqrat exception. 2016-07-09 14:18:09 +03:00
Column.cpp Fix incorrect registered function in SQLite module. 2016-07-17 16:34:28 +03:00
Column.hpp Minor comment fix in SQLite module. 2016-07-17 13:36:14 +03:00
Common.cpp Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00
Common.hpp Initial implementation for the second revision of the SQLite module. 2016-07-10 03:00:33 +03:00
Connection.cpp Improve the handle validation in pure squirrel methods of the Connection class from the SQLite module. 2016-07-10 17:34:12 +03:00
Connection.hpp Initial implementation for the second revision of the SQLite module. 2016-07-10 03:00:33 +03:00
Constants.cpp Untested revised implementation of the SQLite module. 2016-06-15 23:49:25 +03:00
Module.cpp Update the module registration code to include the virtual machine as a function argument. 2016-07-19 21:13:56 +03:00
Parameter.cpp Initial implementation for the second revision of the SQLite module. 2016-07-10 03:00:33 +03:00
Parameter.hpp Initial implementation for the second revision of the SQLite module. 2016-07-10 03:00:33 +03:00
Statement.cpp Minor adjustment in the SQLite module statement when reporting unknown error. 2016-07-10 16:19:56 +03:00
Statement.hpp Initial implementation for the second revision of the SQLite module. 2016-07-10 03:00:33 +03:00
Transaction.cpp Untested revised implementation of the SQLite module. 2016-06-15 23:49:25 +03:00
Transaction.hpp Untested revised implementation of the SQLite module. 2016-06-15 23:49:25 +03:00