mysql
mysql copied to clipboard
MySQL C++ client based on Boost.Asio
Current implementation does not support specifying several queries in a single connection::query(), as this returns multiple resultsets. Support this by adding a mechanism to retrieve several resultsets from a single...
Verify that we handle correctly the case where TLS is not available and we pass in ssl_mode::enable.
Verify that we handle correctly the case where the server does not have the required capabilities.
Verify that we handle correctly the case where the default auth plugin selected by the server is: - The same as the one we selected. - Different than the one...