1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/modules/sqlite
2016-11-14 14:07:42 +02:00
..
Handle Fix the range checks for column indexes in the SQLite module. 2016-08-25 23:50:11 +03:00
Column.cpp Remove the comparison metamethods from the SQLite module. 2016-11-14 14:07:42 +02:00
Column.hpp Remove the comparison metamethods from the SQLite module. 2016-11-14 14:07:42 +02:00
Common.cpp Improve the string escape functions from the SQLite module by allowing formatted string input. 2016-08-29 15:34:20 +03:00
Common.hpp Initial implementation for the second revision of the SQLite module. 2016-07-10 03:00:33 +03:00
Connection.cpp Remove the comparison metamethods from the SQLite module. 2016-11-14 14:07:42 +02:00
Connection.hpp Remove the comparison metamethods from the SQLite module. 2016-11-14 14:07:42 +02:00
Constants.cpp Untested revised implementation of the SQLite module. 2016-06-15 23:49:25 +03:00
Module.cpp Implement a new module command that is called right before cosing the virtual machine to allow modules to release resources manually. 2016-09-02 14:11:39 +03:00
Parameter.cpp Remove the comparison metamethods from the SQLite module. 2016-11-14 14:07:42 +02:00
Parameter.hpp Remove the comparison metamethods from the SQLite module. 2016-11-14 14:07:42 +02:00
Statement.cpp Remove the comparison metamethods from the SQLite module. 2016-11-14 14:07:42 +02:00
Statement.hpp Remove the comparison metamethods from the SQLite module. 2016-11-14 14:07:42 +02:00
Transaction.cpp Do not throw exceptions in SQLite Transaction destructor. 2016-11-13 09:31:23 +02:00
Transaction.hpp Untested revised implementation of the SQLite module. 2016-06-15 23:49:25 +03:00