| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
only error message (fixes #464)
|
|
|
|
| |
charset_ok to true), fixes bug introduced in 187ba2e9c012
|
| |
|
| |
|
| |
|
|
|
|
| |
its own method
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
return them in a table at the end
|
| |
|
|
|
|
| |
actually being used (MySQL)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
MySQL silently ignoring our SET NAMES command when we use utf8mb4
|
|
|
|
| |
connection, also use corresponding _bin collation
|
|
|
|
| |
false, err
|
| |
|
|
|
|
| |
this, and unintentionally sharing connections could cause problems (e.g. when interleaving multiple queries and result fetching)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
result sets
|
| |
|
|
cross-module connection sharing, transactions and Things - a work in progress
|