Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.13
-
None
-
mariadb 10.3.29
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.
MariaDB [fb_bde]> show tables;
|
+--------------------------+
|
| Tables_in_fb_bde |
|
+--------------------------+
|
| ACL_Orginalfile |
|
| tbl_trait_therm_ACL_Test |
|
| tblactivite |
|
| tblistactivite |
|
| tbllaser_proprete |
|
| tbllt3_largeur |
|
| tbllub_acquisition |
|
| tbllub_conf |
|
| tbllub_mesure |
|
| tbllub_msa |
|
| tbllub_reference |
|
| tblpoidsbalance |
|
| vw_lsa_proprete |
|
| vwlub_acquisition |
|
+--------------------------+
|
14 rows in set (0.047 sec)
|
On Excel they are only 13 tables, tblistactivite is missing, it's the only one that have SYSTEM VERSIONING.