0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests/sqlite3/usage
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
..
Attach.cpp Fix missing inline attributes for sqlite3 connector 2021-10-11 08:37:14 +02:00
AutoIncrement.cpp Fix missing inline attributes for sqlite3 connector 2021-10-11 08:37:14 +02:00
Blob.cpp Fix missing inline attributes for sqlite3 connector 2021-10-11 08:37:14 +02:00
BlobSample.h Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
BlobSample.sql Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
CMakeLists.txt Add Connector CMake Logic (#394) 2021-12-02 07:45:38 +01:00
DateTime.cpp Fix missing inline attributes for sqlite3 connector 2021-10-11 08:37:14 +02:00
DynamicLoadingTest.cpp Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
DynamicSelect.cpp Fix missing inline attributes for sqlite3 connector 2021-10-11 08:37:14 +02:00
FloatingPoint.cpp Fix missing inline attributes for sqlite3 connector 2021-10-11 08:37:14 +02:00
FpSample.h Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
FpSample.sql Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Integral.cpp Streamline test names and locations 2021-10-11 10:31:25 +02:00
IntegralSample.h Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Sample.cpp Remove obsolete pointer indirection, fix warnings and a leak 2022-01-11 07:35:20 +01:00
Select.cpp Remove obsolete pointer indirection, fix warnings and a leak 2022-01-11 07:35:20 +01:00
TabSample.h Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
TabSample.sql Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Transaction.cpp Remove obsolete pointer indirection, fix warnings and a leak 2022-01-11 07:35:20 +01:00
Union.cpp Fix missing inline attributes for sqlite3 connector 2021-10-11 08:37:14 +02:00
With.cpp Fix missing inline attributes for sqlite3 connector 2021-10-11 08:37:14 +02:00