mirror of
https://github.com/boostorg/mysql.git
synced 2025-05-12 14:11:41 +00:00
Added proper support for multi-function operations, segregating the API in single-function and multi-function operations. Removed resultset as I/O object, the read_xxx owning functions and read_all. Unit test infrastructure for async testing. Reference types lifetime fixes. Removed connection::valid. Fixed a serialization bug for statements with no parameters. Binary protocol strings now use the type recommended by MySQL. Refactored Jamfile to match best practices. Updated description in libraries.json. Close #82 Close #81 Close #73 Close #59 Close #58 Close #53 Close #41 Close #22