- May 10, 2019
-
-
Steven Murray authored
-
- Apr 15, 2019
- Apr 05, 2019
-
- Feb 25, 2019
-
-
Steven Murray authored
-
- Feb 19, 2019
-
-
Steven Murray authored
-
- Feb 06, 2019
-
-
Steven Murray authored
-
- Feb 05, 2019
-
-
Steven Murray authored
Modified RdbmsCatalogue to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery() Please note that OracleCatalogue::filesWrittenToTape() now updates the TAPE table row with AUTOCOMMIT_ON before going on to handle the individual file entries. This can be improved when Conn:setAutocommit() becomes available.
-
- Feb 02, 2019
-
-
Steven Murray authored
-
- Nov 09, 2018
-
-
Steven Murray authored
Moved autocommitMode parameter from Stmt constructor to Stmt::executeQuery() and Stmt::executeNonQuery()
-
- Nov 07, 2018
-
-
Steven Murray authored
Renamed rdbms::AutocommitMode::ON and rdbms::AutocommitMode::OFF to rdbms::AutocommitMode::AUTOCOMMIT_ON and rdbms::AutocommitMode::OFF respectively
-
- Nov 01, 2018
-
-
Steven Murray authored
Moved OracleCatalogue::deleteArchiveFile to RdbmsCatalogue because Oracle, MySQL and PostgreSQL support 'SELECT FOR UPDATE'. SQLite is the odd one out in that it does not provide support.
-
Steven Murray authored
-
- Oct 29, 2018
-
-
Steven Murray authored
-
- Jul 09, 2018
-
- Jul 05, 2018
-
-
Eric Cano authored
-
- Jul 04, 2018
-
-
Eric Cano authored
The catalogue can receive polymorphic items as input for recording. The strict sequencing of fSeqs is still enforced. Currently, 2 items types are recorded: files and placehoders. Files are recorded to the tape catalogue, while place holders are not, but they are used to enforce the fSeq sequencing.
-
- May 30, 2018
-
-
Steven Murray authored
- Apr 04, 2018
-
-
Steven Murray authored
Replaced oracle::occi::setVector(occiStmt.get(), 1, archiveFileIdList, SYS, ODCINUMBERLIST) with temporary table TEMP_TAPE_FILE_BATCH
-
- Mar 16, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
This reverts commit fa5150d3.
-
- Mar 15, 2018
-
-
Steven Murray authored
cta/CTA#212 Verify the tape catalogue enforces the rule that all tape copies have the same file size and checksum. Fixed.
-
Steven Murray authored
-
- Mar 13, 2018
-
-
Steven Murray authored
-
Steven Murray authored
OracleCatalogue now creates and propagates LostDatabaseConnection exceptions in all the appropriate use-cases
-
- Feb 09, 2018
-
-
Steven Murray authored
Added CatalogueRetryWrapper.hpp
-
- Jan 30, 2018
-
-
Steven Murray authored
Corrected handling of LostDatabaseConnection exceptions within OracleCatalogue
-
Steven Murray authored
OracleCatalogue::deleteArchiveFileByDiskFileId() should re-connect to database if connection lost.
-
Steven Murray authored
OracleCatalogue::deleteArchiveFile() should re-connect to database if connection lost.
-
Steven Murray authored
-
Steven Murray authored
Refactored retryOnLostConnection() from OracleCatalogue and RdbmsCatalogue
-
Steven Murray authored
-
- Jan 29, 2018
-
-
Steven Murray authored
OracleCatalogue::filesWrittenToTape() should re-connect to database if connection lost.
-
Steven Murray authored
Revert "cta/CTA#186 CTA should cope with idle database connections being dropped by the database server" This reverts commit 9f01732d.
-
Steven Murray authored
OracleCatalogue::filesWrittenToTape() should now transparently re-connect to the database.
-
- Jan 25, 2018
-
-
Steven Murray authored
Done
-
- Nov 10, 2017
-
-
Steven Murray authored
-
- Nov 09, 2017
-
-
Steven Murray authored
-