-
- Downloads
cta/CTA#86 Make error message more explanatory
When dropping the database schema, tables and sequences are only dropped if they are present. This commit avoids the message "table or view does not exist" by modifying cta-catalogue-schema-drop to simply not try to delete tables that do not exist.
Showing
- catalogue/CMakeLists.txt 1 addition, 19 deletionscatalogue/CMakeLists.txt
- catalogue/DropSchemaCmd.cpp 79 additions, 5 deletionscatalogue/DropSchemaCmd.cpp
- catalogue/DropSchemaCmd.hpp 15 additions, 0 deletionscatalogue/DropSchemaCmd.hpp
- catalogue/drop_oracle_catalogue_schema.sql 0 additions, 15 deletionscatalogue/drop_oracle_catalogue_schema.sql
- catalogue/drop_sqlite_catalogue_schema.sql 0 additions, 14 deletionscatalogue/drop_sqlite_catalogue_schema.sql
Loading
Please register or sign in to comment