mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
93ab3fef86
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. |
||
---|---|---|
.. | ||
core | ||
include | ||
mysql | ||
postgresql | ||
scripts | ||
sqlite3 | ||
CMakeLists.txt |