You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the introduction of the new stable APIs (SQL formatting, any_connection, connection_pool and with_diagnostics), the discussion needs to be re-written. Prepared statements are now less relevant, sections on connection establishment/reconnection need to be condensed, and the overview needs to introduce these topics early, not as a extension.
The text was updated successfully, but these errors were encountered:
Added tutorials 2, 3 and 4
Changed most of the discussion to use any_connection
Added examples on disabling TLS, multi-function operations, multi-queries and transactions
All examples now use any_connection
Automate parts of example qbk generation
Partially addresses #365 and #366
Added a tutorial on UPDATEs, transactions and multi-queries
Added a tutorial on connection_pool
Added a tutorial on error handling
Added examples on INSERTs and DELETEs
Rewrote the discussion page on character sets
Added a discussion page on the templated connection class
Removed superseded examples on timeouts and multi-queries
Updated the coverage build to gcc-14 (gcc-13 was using a non-LTS release
that caused problems)
Contributes to #365 and #366
Following the introduction of the new stable APIs (SQL formatting, any_connection, connection_pool and with_diagnostics), the discussion needs to be re-written. Prepared statements are now less relevant, sections on connection establishment/reconnection need to be condensed, and the overview needs to introduce these topics early, not as a extension.
The text was updated successfully, but these errors were encountered: