mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
d6aef0fa9b
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. |
||
---|---|---|
.. | ||
bind_result.h | ||
connection_config.h | ||
connection.h | ||
dynamic_libsqlite3.h | ||
export.h | ||
insert_or.h | ||
prepared_statement_handle.h | ||
prepared_statement.h | ||
serializer.h | ||
sqlite3.h |