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 e445530bbb Implement a new module command that is called right before cosing the virtual machine to allow modules to release resources manually.
Should fix a possible crash in the IRC plugin which was caused by the Session destructor to be called recursively when cleaned automatically by the VM.
2016-09-02 14:11:39 +03:00
..
Handle Fix the range checks for column indexes in the SQLite module. 2016-08-25 23:50:11 +03:00
Column.cpp Assign the column index temporarily before validating to prevent exception if the currently assigned index is invalid. 2016-08-25 11:55:20 +03:00
Column.hpp Perform proper range checking for columns and parameters in the SQLite statements. 2016-08-26 18:22:45 +03: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 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 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 Assign the parameter index temporarily before validating to prevent exception if the currently assigned index is invalid. 2016-08-26 01:38:58 +03:00
Parameter.hpp Perform proper range checking for columns and parameters in the SQLite statements. 2016-08-26 18:22:45 +03:00
Statement.cpp Perform proper range checking for columns and parameters in the SQLite statements. 2016-08-26 18:22:45 +03:00
Statement.hpp Perform proper range checking for columns and parameters in the SQLite statements. 2016-08-26 18:22:45 +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