[ODBC-324] Excel+MariaDB driver not showing table with SYSTEM VERSIONING Created: 2021-06-18 Updated: 2021-07-30 Resolved: 2021-07-30 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.13 |
| Fix Version/s: | 3.1.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Nicolas De Amicis | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
mariadb 10.3.29 |
||
| Attachments: |
|
| Description |
|
If I try to connect mariadb on excel 2016 via MariaDB driver (3.1.13), not all tables are listed. Please see screenshot. It seems that only tables with SYSTEM VERSIONING are missing.
On Excel they are only 13 tables, tblistactivite is missing, it's the only one that have SYSTEM VERSIONING. |
| Comments |
| Comment by Lawrin Novitsky [ 2021-06-18 ] |
|
Thank you for your report! |
| Comment by Nicolas De Amicis [ 2021-06-22 ] |
|
It's seems that is the same problem on 3.1.9 |
| Comment by Nicolas De Amicis [ 2021-06-24 ] |
|
I have tested with MyISAM, Aria and InnoDB engines and the problem is on all these engines. I found a workaround, if I create a view of the system versioned table, the table will be loaded with ODBC |
| Comment by Nicolas De Amicis [ 2021-06-29 ] |
|
It seems that is only the table browser display that don't work: on Windows, with text file .dqy, the file loads data directly into Excel (I found this tip on the web). |