Skip to content

2.1.2

Compare
Choose a tag to compare
@bgrainger bgrainger released this 23 Dec 03:33
· 701 commits to master since this release
2.1.2
bce3051
  • Fix incorrect results when using prepared commands with MySQL Server 8.0.23–8.0.25: #1106.
    • Those server versions advertise support for query attributes, but do not fully support them for prepared statements.
    • The server-side bug is triggered by the client-side support for query attributes added in MySqlConnector 2.1.0.