[CONJ-1156] getTables should be ordered as expected Created: 2024-02-03 Updated: 2024-02-03 |
|
| Status: | Open |
| Project: | MariaDB Connector/J |
| Component/s: | JDBC compatibility |
| Affects Version/s: | 3.3.2 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Jin Kwon | Assignee: | Diego Dupin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
mysql-connector-j:8.3.0 |
||
| Description |
|
According the documentation, result should be ordered by TABLE_TYPE, TABLE_CAT, TABLE_SCHEM and TABLE_NAME. And here comes what I got.
|