[ODBC-272] MariaDB ODBC corrupts imports. Created: 2020-02-07 Updated: 2020-04-06 |
|
| Status: | Open |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 3.1.6 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Fabio Valeri | Assignee: | Lawrin Novitsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | corruption, excel, odbc | ||
| Environment: |
10.4.8-MariaDB |
||
| Attachments: |
|
| Description |
|
When using MariaDB-odbc to import data from MariaDB into R or Excel the imported table is corrupted. This is not the case if I use MySQL-odbc. The kind of corruption is that certain columns get inserts with 0 and shifts all rows of only these columns downwards. In Stackoverflow is a detailled description of this problem created in 31.01.2019 with no response until this bug-report. I loaded up the table which I used to show the bug. |
| Comments |
| Comment by Lawrin Novitsky [ 2020-04-05 ] |
|
Thank you for your report. I'll install and try R as well. I just don't have it at the moment. |
| Comment by Fabio Valeri [ 2020-04-06 ] |
|
Using MariaODBC-driver to import the table via MSquery I got the following messages: string data, right truncated. Diese Datei konnte nicht gelesen werden. (These data couldn't be read). With Mysql-ODBC I could import the table. |
| Comment by Lawrin Novitsky [ 2020-04-06 ] |
|
I've just tried to load data via query and it also worked fine for me - no errors, no corruption, the data is the same as in the MariaDB table. The only thing I noticed was that in the preview it ordered the data by group0, analyse(and maybe other) columns. Thus the order of rows was a different a bit. But data was correct. |