mysql
mysql copied to clipboard
MySQL C++ client based on Boost.Asio
Expand more on semicolon-separated queries, use new connection type, use async functions
Use async functions
Hi! I think I may have found a deadlock that I boiled down to `cancel_after`. Here is the minimal code: ```cpp #include #include #include #include std::mutex mutex; int counter =...
* Convert the discussion to asciidoc. * Use mrdocs for reference generation. * Use Antora for asciidoc assembly.
Since #382, some LCOV_EXCL_LINE markers don't work properly. Investigate if it's possible to find a better solution.
The gcc-13 container currently uses Ubuntu 23.04, no longer supported. Packages can't be installed on it anymore. This is not an issue for the builds, but it'd be better to...
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...
Add support for ClickHouse MySQL Closes #346 TODO: - [ ] Add `sha256_[password|hash]`, `bcrypt_[password|hash]` auth plugin - [ ] Find workaround for prepared statements (may not be supported by ClickHouse)...