1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/modules/sqlite
Sandu Liviu Catalin 568bc385e9 Adjust the SQLite module to use the new method of receiving formatted strings.
Several minor bugfixes and improvements came with this migration as well.
2016-11-22 16:11:05 +02:00
..
Handle Adjust the SQLite module to use the new method of receiving formatted strings. 2016-11-22 16:11:05 +02: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 Adjust the SQLite module to use the new method of receiving formatted strings. 2016-11-22 16:11:05 +02:00
Common.hpp Adjust the SQLite module to use the new method of receiving formatted strings. 2016-11-22 16:11:05 +02:00
Connection.cpp Adjust the SQLite module to use the new method of receiving formatted strings. 2016-11-22 16:11:05 +02:00
Connection.hpp Adjust the SQLite module to use the new method of receiving formatted strings. 2016-11-22 16:11:05 +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 Adjust the SQLite module to use the new method of receiving formatted strings. 2016-11-22 16:11:05 +02:00
Parameter.hpp Adjust the SQLite module to use the new method of receiving formatted strings. 2016-11-22 16:11:05 +02:00
Statement.cpp Adjust the SQLite module to use the new method of receiving formatted strings. 2016-11-22 16:11:05 +02:00
Statement.hpp Adjust the SQLite module to use the new method of receiving formatted strings. 2016-11-22 16:11:05 +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