1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/modules/sqlite
2019-05-24 22:17:24 +03:00
..
Handle Update the SQLite module to comply with the new StackStrF changes. 2018-07-30 01:08:13 +03:00
Column.cpp Update the SQLite module to comply with the new StackStrF changes. 2018-07-30 01:08:13 +03:00
Column.hpp Implement the pure typename meta-methods in SQLite module types using the standard method. 2016-11-22 16:16:32 +02:00
Common.cpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Common.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Connection.cpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Connection.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Constants.cpp Untested revised implementation of the SQLite module. 2016-06-15 23:49:25 +03:00
Makefile Initial commit of a command-line build system based on the classic Makefile. Windows only. 2018-02-06 01:31:07 +02:00
Module.cpp Release the null lightweight object references as well. 2017-06-16 02:22:48 +03:00
Parameter.cpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Parameter.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Statement.cpp Supress some fall through warnings in GCC with markers. Later to be updated to attributes and include support for more compilers. 2019-05-24 22:17:24 +03:00
Statement.hpp Discard instances of constant StackStrF parameters. This should always be non-const if possible. 2019-02-17 17:23:59 +02:00
Transaction.cpp Implement the pure typename meta-methods in SQLite module types using the standard method. 2016-11-22 16:16:32 +02:00
Transaction.hpp Implement the pure typename meta-methods in SQLite module types using the standard method. 2016-11-22 16:16:32 +02:00