Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
A community reported protocol regression error against MySQL - https://github.com/launchbadge/sqlx/issues/1664, resulted in upstream bug - https://bugs.mysql.com/bug.php?id=106352. A user comment pointed out that MariaDB-10.7 has this error.
Essentially SELECT ? wasn't returning the datatype in binary protocol when the arg was cast as a DATETIME or DATE or TIME type.
MySQL fix Bug#33813951, Change-Id: I2448e3f2f36925fe70d882ae5681a6234f0d5a98.
Cherry-picking the test commit.