-
- Downloads
Added DEFERRED constraint for CTA_CATALOGUE table
Added SchemaMetadataGetter class in order to filter the database-metadata content returned by the SQLite schema we use to check the Catalogue database Example: for Postgres, we cannot get the NOT NULL constraint names, so we filter these constraint names from the SQLite database in order to not display that the Postgres catalogue has missing NOT NULL constraints
Showing
- catalogue/1.1/mysql_catalogue_schema.sql 1 addition, 2 deletionscatalogue/1.1/mysql_catalogue_schema.sql
- catalogue/1.1/oracle_catalogue_schema.sql 3 additions, 2 deletionscatalogue/1.1/oracle_catalogue_schema.sql
- catalogue/1.1/postgres_catalogue_schema.sql 1 addition, 2 deletionscatalogue/1.1/postgres_catalogue_schema.sql
- catalogue/1.1/sqlite_catalogue_schema.sql 1 addition, 2 deletionscatalogue/1.1/sqlite_catalogue_schema.sql
- catalogue/AllCatalogueSchema.hpp 6 additions, 8 deletionscatalogue/AllCatalogueSchema.hpp
- catalogue/CatalogueMetadataGetter.cpp 39 additions, 13 deletionscatalogue/CatalogueMetadataGetter.cpp
- catalogue/CatalogueMetadataGetter.hpp 35 additions, 12 deletionscatalogue/CatalogueMetadataGetter.hpp
- catalogue/SQLiteSchemaComparer.cpp 9 additions, 5 deletionscatalogue/SQLiteSchemaComparer.cpp
- catalogue/SQLiteSchemaComparer.hpp 1 addition, 1 deletioncatalogue/SQLiteSchemaComparer.hpp
- catalogue/common_catalogue_schema.sql 1 addition, 2 deletionscatalogue/common_catalogue_schema.sql
- catalogue/migrations/liquibase/oracle/1.0to1.1.sql 1 addition, 1 deletioncatalogue/migrations/liquibase/oracle/1.0to1.1.sql
- catalogue/oracle_catalogue_schema_trailer.sql 2 additions, 0 deletionscatalogue/oracle_catalogue_schema_trailer.sql
Loading
Please register or sign in to comment