-
- Downloads
cta-catalogue-schema-verify now checks for table names, columns and types
Added a class SchemaChecker that has the responsiblity of checking : - the schema against the .sql defined in the SCHEMA_VERSION/xxx_catalogue_schema.sql - the presence of PARALLEL tables in ORACLE (not implemented yet)
Showing
- catalogue/CMakeLists.txt 1 addition, 0 deletionscatalogue/CMakeLists.txt
- catalogue/CatalogueMetadataGetter.cpp 24 additions, 9 deletionscatalogue/CatalogueMetadataGetter.cpp
- catalogue/CatalogueMetadataGetter.hpp 4 additions, 1 deletioncatalogue/CatalogueMetadataGetter.hpp
- catalogue/SQLiteSchemaComparer.cpp 62 additions, 16 deletionscatalogue/SQLiteSchemaComparer.cpp
- catalogue/SQLiteSchemaComparer.hpp 5 additions, 1 deletioncatalogue/SQLiteSchemaComparer.hpp
- catalogue/SchemaChecker.cpp 50 additions, 0 deletionscatalogue/SchemaChecker.cpp
- catalogue/SchemaChecker.hpp 42 additions, 0 deletionscatalogue/SchemaChecker.hpp
- catalogue/SchemaComparer.hpp 4 additions, 0 deletionscatalogue/SchemaComparer.hpp
- catalogue/VerifySchemaCmd.cpp 5 additions, 9 deletionscatalogue/VerifySchemaCmd.cpp
- rdbms/wrapper/SqliteConn.cpp 2 additions, 1 deletionrdbms/wrapper/SqliteConn.cpp
catalogue/SchemaChecker.cpp
0 → 100644
catalogue/SchemaChecker.hpp
0 → 100644
Please register or sign in to comment