Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.5, 3.0.6
-
None
-
Windows server 2012 R2
Description
Executing following query:
insert into some_table values(-0.0042 ,'please fixed price!!!\r\nAl@1,613.3 EUR/t; drums as usual')
in ADODB causes
with ODBC connector 3.0.6 crash,
with ODBC connector 3.0.5 error:
[ma-3.0.5][10.3.9-MariaDB]Commands out of sync; you can't run this command now
test case & ODBC trace attached...
Thank you for your report.
It's a bit different report, than 146, right?
Out of sync in 3.0.5 makes me think that was parsing problem. And crash in 3.0.6 may be because (client side) parser chokes on the query. Well, will see.