pandemonium_engine/modules/database_sqlite
2024-11-14 20:02:59 +01:00
..
doc_classes Re-extracted class docs. 2024-09-20 10:03:06 +02:00
sqlite Updated sqlite to version 3.47.0. Also added a VERSION.txt to it's folder. 2024-11-14 20:02:59 +01: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 File copyright header updates pt7. 2023-12-18 00:02:58 +01:00
register_types.h File copyright header updates pt7. 2023-12-18 00:02:58 +01:00
SCsub Prepared statements for the sqlite database backend. 2024-04-27 18:23:31 +02:00
sqlite3_connection.cpp Prepared statements for the sqlite database backend. 2024-04-27 18:23:31 +02:00
sqlite3_connection.h Prepared statements for the sqlite database backend. 2024-04-27 18:23:31 +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_prepared_statement.cpp Return OK when SQLITE_ROW in step(). 2024-04-27 22:50:50 +02:00
sqlite3_prepared_statement.h Prepared statements for the sqlite database backend. 2024-04-27 18:23:31 +02:00
sqlite3_query_builder.cpp Fix typo. 2024-04-27 21:00:28 +02:00
sqlite3_query_builder.h Added more helper methods to deal with prepared statements to QueryBuilder. 2024-04-27 20:37:23 +02:00
sqlite3_query_result.cpp Fix getting utf-8 texts from Sqlite3QueryResult. 2024-07-18 08:44:40 +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