0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests
Roland Bock 93ab3fef86 Throw exception for multi-statements in sqlite3 execute #558
Before this change, sqlite3::connection::execute silently
ignores statements after the first one (separated by semicolon).

After this change, trailing statements are detected and an
sqlpp::exception is thrown.

This change also adds documentation to other connectors indicating
that execute is supposed to be used with single statements only,
even though it is possible to do otherwise.
2024-03-09 10:54:16 +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 Throw exception for multi-statements in sqlite3 execute #558 2024-03-09 10:54:16 +01:00
CMakeLists.txt style: Align CMake files with 4 spaces indent 2022-11-26 08:32:46 +01:00