[ODBC-36] Make schema to be a schema in catalog functions in parameters and results Created: 2016-04-18 Updated: 2019-08-07 |
|
| Status: | Open |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 1.0.6 |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Historically, Connector/ODBC sees MariaDB/MySQL databases as "catalogs". This means that to get results from catalog functions user has to use catalog pair of input parameters, and look for database name in the "catalog" columns of the resultset, for which connector used "schema" fields from corresponding infromation_schema table. |