0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 12:51:13 +08:00
sqlpp11/tests
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
..
core Allow alias of single-column select to be used as select column (#542) 2023-11-19 12:57:54 +01:00
include Fix use-after-scope-exit in connection pool tests 2023-10-01 19:31:19 +02:00
mysql Add is_transaction_active() to all connectors (#550) 2024-01-05 08:59:42 +01:00
postgresql Add is_transaction_active() to all connectors (#550) 2024-01-05 08:59:42 +01:00
scripts ddl2cpp command line argument for custom types (#491) 2023-06-22 07:06:00 +02:00
sqlite3 Add is_transaction_active() to all connectors (#550) 2024-01-05 08:59:42 +01:00
CMakeLists.txt style: Align CMake files with 4 spaces indent 2022-11-26 08:32:46 +01:00