0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 12:51:13 +08:00
sqlpp11/tests/sqlite3
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
..
serialize Cleanup SQLite3 connector code (#514) 2023-08-17 07:26:54 +02:00
usage Throw exception for multi-statements in sqlite3 execute #558 2024-03-09 10:54:16 +01:00
CMakeLists.txt #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00