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 70e5f0ba21 Migrated the host module to C++ exceptions as well.
Also enabled the latest C++ revision in the project.
Replaced the Random library with the one provided by C++11.
Implemented a simple AES256 encryption class.
Various other fixes and improvements.
2016-03-10 05:57:13 +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 Implemented RAII when modifying the stack before returning to sqrat inside SQLite module. 2016-02-28 16:20:33 +02:00
Common.hpp Removed the forward declarations that got moved into the base module. 2016-02-28 17:38:57 +02:00
Connection.cpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Connection.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
Module.cpp Implemented RAII when modifying the stack before returning to sqrat inside SQLite module. 2016-02-28 16:20:33 +02:00
Module.hpp Initial untested SQLite module. 2016-02-27 11:57:29 +02:00
Statement.cpp Implemented RAII when modifying the stack before returning to sqrat inside SQLite module. 2016-02-28 16:20:33 +02:00
Statement.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