[CONJ-776] Temporal Data Tables are not listed in metadata Created: 2020-03-26 Updated: 2020-03-26 Resolved: 2020-03-26 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | None |
| Fix Version/s: | 2.6.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Temporal Data Tables are not currently handled well in metadata: Using 'SHOW FULL TABLES FROM db;' System-Versioned Tables appear as 'BASE TABLE', but in information_schema.tables, System-Versioned Tables are listed as 'SYSTEM VERSIONED' (Period table appear as 'BASE TABLE') This result in DatabaseMetaData.getTables​() not listing system versioned tables. They must be listed as any standard tables. |
| Comments |
| Comment by Diego Dupin [ 2020-03-26 ] |
|
done with commit https://github.com/mariadb-corporation/mariadb-connector-j/commit/5506f004a97885be9d565562bbecc9b9ea9044ea |