0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
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
..
core Fix compiler warnings. 2021-12-11 19:53:35 +01:00
mysql Fix compiler warnings. 2021-12-11 19:53:35 +01:00
postgresql Add Connector CMake Logic (#394) 2021-12-02 07:45:38 +01:00
scripts Streamline test names and locations 2021-10-11 10:31:25 +02:00
sqlite3 Remove obsolete pointer indirection, fix warnings and a leak 2022-01-11 07:35:20 +01:00
CMakeLists.txt Add Connector CMake Logic (#394) 2021-12-02 07:45:38 +01:00