[ODBC-246] SQLTables ShemaName parameter should be processed Created: 2019-04-25 Updated: 2019-05-21 Resolved: 2019-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.0, 3.0.8 |
| Fix Version/s: | 2.0.19, 3.0.9, 3.1.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In catalog functions we assume that databases are catalogs. But driver neglects schemaname argument. Whatever value it has, it returns resultset like if it is not set. While unless it is NULL or "%", it should apparently return empty resultset. And also if it is "%" and catalog and table names are empty strings. |