pandemonium_engine/modules/database_sqlite
2023-08-26 22:41:21 +02:00
..
doc_classes Re-extracted class docs. 2023-08-26 22:41:21 +02:00
sqlite Fix unused variable found by emscripten in sqlite3.c. 2022-07-27 19:04:04 +02:00
config.py Added copyright.txt for the sqlite module. 2022-12-31 20:01:52 +01:00
COPYRIGHT.txt Added copyright.txt for the sqlite module. 2022-12-31 20:01:52 +01:00
register_types.cpp Now modules make use of the new registration levels. 2023-01-15 17:04:00 +01:00
register_types.h Added include guards to all module register_types.h-s. 2023-01-15 13:27:08 +01:00
SCsub Removed 2 lines that I thought would work. 2022-07-06 22:22:16 +02:00
sqlite3_connection.cpp Set sqlite to serialized mode. 2022-12-18 18:41:11 +01:00
sqlite3_connection.h Fully cleaned and added the sqlite database backend to the build. 2022-07-06 22:14:37 +02:00
sqlite3_database.cpp Fully cleaned and added the sqlite database backend to the build. 2022-07-06 22:14:37 +02:00
sqlite3_database.h Fully cleaned and added the sqlite database backend to the build. 2022-07-06 22:14:37 +02:00
sqlite3_query_builder.cpp Use String.empty() instead of comparing a string to "", in the QueryBuilder. 2022-12-27 18:20:01 +01:00
sqlite3_query_builder.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
sqlite3_query_result.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
sqlite3_query_result.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
sqlite3_table_builder.cpp Fully cleaned and added the sqlite database backend to the build. 2022-07-06 22:14:37 +02:00
sqlite3_table_builder.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00