.. |
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
|
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
|
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
|
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
|
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
|
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 |