mirror of
https://github.com/mariadb-corporation/mariadb-connector-cpp.git
synced 2025-08-08 08:24:13 +00:00

Also, contains additional chages resquired for CONCPP-138 for the case of the resultset streamin(that 1.0 does not have). We don't cache all binary results in such case and check if statement/connection is not closed to avoid the crash. i.e. in case of streaming closing of connction transitively closes resultset.