0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/include/sqlpp11/sqlite3
Roland Bock d6aef0fa9b Remove obsolete pointer indirection, fix warnings and a leak
Leak: The sqlite3 connection handle destructor was
accidentally turned into a default constructor during the
migration of repositories.

Replaced the sqlite3 raw pointer with a unique_ptr to prevent
this kind of accident.
2022-01-11 07:35:20 +01:00
..
bind_result.h Remove obsolete pointer indirection, fix warnings and a leak 2022-01-11 07:35:20 +01:00
connection_config.h Remove obsolete pointer indirection, fix warnings and a leak 2022-01-11 07:35:20 +01:00
connection.h Remove obsolete pointer indirection, fix warnings and a leak 2022-01-11 07:35:20 +01:00
dynamic_libsqlite3.h Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
export.h Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
insert_or.h Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
prepared_statement_handle.h Make sqlite3 connector header-only 2021-08-22 12:44:34 +02:00
prepared_statement.h Add missing includes 2021-12-10 10:49:37 +01:00
serializer.h Fix missing inline attributes for sqlite3 connector 2021-10-11 08:37:14 +02:00
sqlite3.h Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00