1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/modules/sqlite
2016-03-18 12:58:02 +02:00
..
Column.cpp Implemented RAII when modifying the stack before returning to sqrat inside SQLite module. 2016-02-28 16:20:33 +02:00
Column.hpp Switched the SQLite module to use C++ exceptions to fix the Sqrat issues and gain significantly more performance. 2016-02-27 17:53:12 +02:00
Common.cpp Prevented exceptions from flush handler to propagate outside the loop. 2016-03-12 22:49:25 +02:00
Common.hpp Fixed a range error in the SQLite plugin when validating column indexes. 2016-03-13 13:39:17 +02:00
Connection.cpp Reimplemented the formatted query methods in SQLite connection using a better approach. 2016-03-11 21:07:55 +02:00
Connection.hpp Fixed a range error in the SQLite plugin when validating column indexes. 2016-03-13 13:39:17 +02:00
Module.cpp Minor additions to the SQLite statement time to make certain functions more transparent to the user and also converted most of the code to use curly braces even for single statements. 2016-03-18 12:58:02 +02:00
Module.hpp Initial untested SQLite module. 2016-02-27 11:57:29 +02:00
Statement.cpp Minor additions to the SQLite statement time to make certain functions more transparent to the user and also converted most of the code to use curly braces even for single statements. 2016-03-18 12:58:02 +02:00
Statement.hpp Minor additions to the SQLite statement time to make certain functions more transparent to the user and also converted most of the code to use curly braces even for single statements. 2016-03-18 12:58:02 +02:00