0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/sqlite3/usage
MeanSquaredError 9b49afa306
Add is_transaction_active() to all connectors (#550)
* Document the connector API method is_transaction_active()
* Move mysql::connection_base::is_transaction_active() to the other transaction-handling methods.
* Add more tests for mysql::connection::is_transaction_active()
* Add postgresql::connection_base::is_transaction_active()
* Add tests for postgresql::connection_base::is_transaction_active()
* Change the type of the SQLite3 transaction status from transaction_status_type to a boolean flag.
* Add sqlite3::connection_base::is_transaction_active()
* Add tests for sqlite3::connection_base::is_transaction_active()
* When closing a transaction do it in the following order: report (if any), execute SQL command, set transaction active flag to false.
2024-01-05 08:59:42 +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 Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506) 2023-07-25 07:00:05 +02:00
BlobSample.sql Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
CMakeLists.txt Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
Connection.cpp Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
ConnectionPool.cpp Connection pools (#499) 2023-07-17 06:14:23 +02: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 Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506) 2023-07-25 07:00:05 +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 Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506) 2023-07-25 07:00:05 +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 Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506) 2023-07-25 07:00:05 +02:00
TabSample.sql Moved sqlite3 over here. 2021-08-01 20:37:36 +02:00
Transaction.cpp Add is_transaction_active() to all connectors (#550) 2024-01-05 08:59:42 +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