jk8

Results 3 issues of jk8

* In Data/MySQL/src/SessionHandle.cpp changed calling of mysql_reset_connection() to query FLUSH * previously used mysql_reset_connection() caused issues with encoding * see comment in Data/MySQL/src/SessionHandle.cpp:181 SessionHandle::reset() for more info # Related issues...

stale

This issue is related with https://github.com/pocoproject/poco/issues/2546. Side effect of fix in this issue is that session after it is returned into pool has broken encoding.

enhancement

# Motivation and Context *TLDR - skip to the Problem section* I am searching for a solution for our product that will allow us to have a single documentation with...