[ODBC-297] Listing a Database with name fem also lists the DB fem_ba Created: 2020-11-17 Updated: 2020-12-11 Resolved: 2020-12-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.10 |
| Fix Version/s: | 3.1.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Arne Schwarck | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10, Access 2019 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Linking through the ODBC with a DSN of DATABASE=fem Using pyODBC it does list correctly so the issue must be the Access 2019 and the maodbc.dll |
| Comments |
| Comment by Arne Schwarck [ 2020-11-17 ] |
|
This Error also occurs in Access 2016 |
| Comment by Lawrin Novitsky [ 2020-12-11 ] |
|
When requesting list of tables for the table linking dialog, MS Access passes NULL catalog(and schema) name. We interpreted ODBC specs, that that is equivalent of requesting tables from all databases. Apparently only current DB tables are expected in this case by MS Access. And we should trust MS's interpretations of own specs. Commit 16e4061 |