[ODBC-149] ODBC Connector 3.05 Bug: Connection Crashes with Timestamp INSERT INTO Created: 2018-06-19 Updated: 2018-07-01 Resolved: 2018-07-01 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.0.5 |
| Fix Version/s: | 3.0.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Juan Telleria | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Issue Links: |
|
||||||||
| Description |
|
The bug is related with the following Github issue: The problem is that when inserting a timestamp into a table by making use of:
Although the table is created, no data is inserted into it, because the connection crashes when trying to INSERT INTO a table a TIMESTAMP / DATETIME column, which originates the RSession to crash. Thank you for a possible fix. |
| Comments |
| Comment by Lawrin Novitsky [ 2018-06-19 ] |
|
Thank you for your report. Would it be possible to provide ODBC trace for the crash? That would help a lot. Also I would appreciate if you filed other reports for other problems you face with our connectors. From your github error description, I assume this one is not the only problem you have. |
| Comment by Lawrin Novitsky [ 2018-06-19 ] |
|
Ok, I've installed R, and could run your script, and repeat your crash. No need in the trace file so far. |
| Comment by Juan Telleria [ 2018-06-27 ] |
|
Thank you. |
| Comment by Lawrin Novitsky [ 2018-07-01 ] |
|
The fix and the testcase has been pushed into odbc-3.0 as 1273ebd. Not required in odbc-2.0 |