- Jun 20, 2019
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
Added the UsageStats table to the hard-coded list of objects to be dropped. This should fix the CI system tests
-
- Jun 17, 2019
-
-
Eric Cano authored
-
- May 21, 2019
-
-
Steven Murray authored
-
- Apr 15, 2019
-
-
Eric Cano authored
-
- Feb 14, 2019
-
-
David Smith authored
-
- Feb 05, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Modified DropSchemaCmd to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
- Nov 16, 2018
-
-
Tao Lin authored
-
- Nov 07, 2018
-
-
Steven Murray authored
Renamed rdbms::AutocommitMode::ON and rdbms::AutocommitMode::OFF to rdbms::AutocommitMode::AUTOCOMMIT_ON and rdbms::AutocommitMode::OFF respectively
-
- Jun 21, 2018
-
-
Steven Murray authored
Done
-
- May 30, 2018
-
- Apr 04, 2018
-
-
Steven Murray authored
Replaced oracle::occi::setVector(occiStmt.get(), 1, archiveFileIdList, SYS, ODCINUMBERLIST) with temporary table TEMP_TAPE_FILE_BATCH
-
Steven Murray authored
-
Steven Murray authored
-
- Jan 25, 2018
-
-
Steven Murray authored
Done
-
- May 02, 2017
-
-
Steven Murray authored
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.
-
- Apr 28, 2017
-
-
Steven Murray authored
cta/CTA#87 cta-catalogue-delete-all-data and cta-catalogue-schema-drop should require interactive confirmation Removed the now redundant locking commands for the catalogue schema. These commands were made redundant when the cta-catalogue-schema-drop command was made interactive.
-
Steven Murray authored
cta/CTA#87 cta-catalogue-delete-all-data and cta-catalogue-schema-drop should require interactive confirmation Made the cta-catalogue-schema-drop command interactive
-
- Dec 13, 2016
-
-
Steven Murray authored
-
- Dec 12, 2016
-
-
Steven Murray authored
-
- Dec 01, 2016
-
-
Steven Murray authored
-