Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.15
-
Component/s: General
-
Labels:None
-
Environment:Windows 7 professional
Description
facing issue with the MariaDB ODBC Driver 2.0.15.
From our application we executing the below query
SELECT DATE_ADD('2018-02-01', INTERVAL -188 DAY)
Which randomly gives the wrong output such as '2017-7-26626 0:0:0'
Attached the SQL log with success as well as failure scenario and the sample code.
Issue is not observed with ODBC 1.0.1 driver.