0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests/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
..
usage Remove obsolete pointer indirection, fix warnings and a leak 2022-01-11 07:35:20 +01:00
CMakeLists.txt Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00