log src/main/java/org/monetdb/util/MDBvalidator.java @ 932:f16966084980

age author description
5 months ago Martin van Dinther In JdbcClient when running the \vsci or \vdbi or \vsi commands, we now suppress "42000 SELECT: insufficient privileges for ..." and "42000 SELECT: access denied for ..." error messages when the connected user does not have 'monetdb' or 'sysadmin' privileges, needed for some validations.
6 months ago Sjoerd Mullender Stop referring to monetdb.org/bugzilla, point straight to github.
12 months ago Martin van Dinther Optimise code, use append(char) instead of append(String)
15 months ago Sjoerd Mullender Update copyright for the new year, move to MonetDB Foundation, add SPDX.
19 months ago Martin van Dinther Extended Not Null violation check also with empty string checks for some of the syte tables varchar columns.
2023-01-05 Martin van Dinther Updated Copyright year.
2022-11-01 Sjoerd Mullender Remove carriage returns (\r) from files.
2022-01-05 Martin van Dinther Updated Copyright year.
2021-12-08 Martin van Dinther Update validation of 3 new sys.statistics columns to be done only from version 43 onwards, so Jan2022 release.
2021-12-07 Pedro Ferreira Updated not null validations for changed 'statistics' table on analyze-fix branch
2021-11-04 Martin van Dinther Update MonetDB validator with definitions for new tables/views (fkey_actions and fkeys).
2021-08-25 Martin van Dinther More fixes for invalid errors reported when system catalog validations (\vsci command) are run against Nov2019, Apr2019, Aug2018, Mar2018 and Jul2017 releases.
2021-08-25 Martin van Dinther Fix for error reported when system catalog validations (\vsci command) are run on Jun2020 releases.
2021-08-04 Martin van Dinther Improve output of logViolations()
2021-04-14 Martin van Dinther Add missing FKey check from sessions.optimzer to optimizers.name.
2021-03-17 Martin van Dinther Add support for double quoted schema names for the \vsi command
2021-03-11 Martin van Dinther Extend JdbcClient with command line options to silently (no header info printed) run validations of system catalog or schema or all user schemas.
2021-01-28 Martin van Dinther Finish implementation of foreign key referential integrity checks for user tables.
2021-01-06 Martin van Dinther Update Copyright year.
2020-11-19 Martin van Dinther Correct some warnings shown when running make doc
2020-11-12 Martin van Dinther Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.* base src/main/java/nl/cwi/monetdb/util/MDBvalidator.java@aa13de48e64a