This website requires JavaScript.
Explore
Help
Sign In
thijn
/
SqMod
Watch
1
Star
0
Fork
0
You've already forked SqMod
mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced
2025-02-07 13:27:13 +01:00
Code
Releases
Activity
SqMod
/
modules
/
sqlite
History
Sandu Liviu Catalin
e5525a296a
Minor tweak in sqlite module.
...
Remove useless file from sandbox project.
2016-03-27 06:04:45 +03:00
..
Column.cpp
Updated the SQLite module to include the location for C++ exceptions in source code for debug builds.
2016-03-23 00:25:32 +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 the SQLite transaction class using the RAII pattern.
2016-03-23 05:43:19 +02:00
Common.hpp
Minor tweak in sqlite module.
2016-03-27 06:04:45 +03:00
Connection.cpp
Remove the SQLite methods that could be used to copy the database to and from memory because it they could crash easilly and didn't make much sense.
2016-03-23 08:24:14 +02:00
Connection.hpp
Remove the SQLite methods that could be used to copy the database to and from memory because it they could crash easilly and didn't make much sense.
2016-03-23 08:24:14 +02:00
Module.cpp
Remove the SQLite methods that could be used to copy the database to and from memory because it they could crash easilly and didn't make much sense.
2016-03-23 08:24:14 +02:00
Module.hpp
Initial untested SQLite module.
2016-02-27 11:57:29 +02:00
Statement.cpp
Updated the SQLite module to include the location for C++ exceptions in source code for debug builds.
2016-03-23 00:25:32 +02:00
Statement.hpp
Updated the SQLite module to include the location for C++ exceptions in source code for debug builds.
2016-03-23 00:25:32 +02:00