mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
9b49afa306
* 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. |
||
---|---|---|
.. | ||
Attach.cpp | ||
AutoIncrement.cpp | ||
Blob.cpp | ||
BlobSample.h | ||
BlobSample.sql | ||
CMakeLists.txt | ||
Connection.cpp | ||
ConnectionPool.cpp | ||
DateTime.cpp | ||
DynamicLoadingTest.cpp | ||
DynamicSelect.cpp | ||
FloatingPoint.cpp | ||
FpSample.h | ||
FpSample.sql | ||
Integral.cpp | ||
IntegralSample.h | ||
Sample.cpp | ||
Select.cpp | ||
TabSample.h | ||
TabSample.sql | ||
Transaction.cpp | ||
Union.cpp | ||
With.cpp |