pandemonium_engine/modules/database_sqlite
2025-05-12 11:21:12 +02:00
..
doc_classes Re-extracted class docs. 2024-09-20 10:03:06 +02:00
sqlite Added the previous commit as patch. 2024-11-14 20:10:58 +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 Removed unused include. 2025-05-12 08:40:40 +02:00
sqlite3_connection.h Implemented table version support for SQLite3DatabaseConnection. 2025-05-12 08:39:06 +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 Added next_column*() helper methods to PreparedStatement. 2024-12-11 16:59:27 +01:00
sqlite3_prepared_statement.h Added get_last_insert_rowid() method to PreparedStatement. 2024-12-11 13:27:57 +01:00
sqlite3_query_builder.cpp Removed unused include. 2025-05-12 08:45:43 +02:00
sqlite3_query_builder.h Removed unnecessary overloads from QueryBuilder. 2025-05-12 08:42:58 +02:00
sqlite3_query_result.cpp Now get_cell and is_cell_null in Sqlite3QueryResult will do a bounds check via error macros. 2024-12-11 16:42:27 +01:00
sqlite3_query_result.h Added get_stored_row_count() and get_cell_count() helper methods to QueryResult. 2024-12-11 16:34:00 +01:00
sqlite3_table_builder.cpp Split concatenations into multiple lines in SQLite3TableBuilder, since now TableBuilders use a StringBuilder this saves a little bit on concatenating strings. 2025-05-12 11:21:12 +02:00
sqlite3_table_builder.h Added alter table helper methods to TableBuilder. 2025-05-12 11:05:58 +02:00