Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/util/MDBvalidator.java @ 927:d311affc65f0
Stop referring to monetdb.org/bugzilla, point straight to github.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 07 Oct 2024 13:18:07 +0200 (6 months ago) |
parents | 7621c80b08da |
children | f16966084980 |
comparison
equal
deleted
inserted
replaced
926:0ce63f3686fe | 927:d311affc65f0 |
---|---|
974 // {"storage", "schema, table, column", null}, // is a view on table producing function: sys.storage() which filters out all system tables. | 974 // {"storage", "schema, table, column", null}, // is a view on table producing function: sys.storage() which filters out all system tables. |
975 {"storagemodelinput", "schema, table, column", null}, | 975 {"storagemodelinput", "schema, table, column", null}, |
976 // {"storagemodel", "schema, table, column", null}, // is a view on storagemodelinput | 976 // {"storagemodel", "schema, table, column", null}, // is a view on storagemodelinput |
977 // {"tablestoragemodel", "schema, table", null}, // is a view on storagemodelinput | 977 // {"tablestoragemodel", "schema, table", null}, // is a view on storagemodelinput |
978 | 978 |
979 {"rejects", "rowid", "19"}, // querying this view caused problems in versions pre Jul2015, see https://www.monetdb.org/bugzilla/show_bug.cgi?id=3794 | 979 {"rejects", "rowid", "19"}, // querying this view caused problems in versions pre Jul2015, see https://github.com/MonetDB/MonetDB/issues/3794 |
980 | 980 |
981 // new tables introduced in Jul2015 release (11.21.5) | 981 // new tables introduced in Jul2015 release (11.21.5) |
982 {"keywords", "keyword", "21"}, | 982 {"keywords", "keyword", "21"}, |
983 {"table_types", "table_type_id", "21"}, | 983 {"table_types", "table_type_id", "21"}, |
984 | 984 |