- 25 Feb, 2019 1 commit
-
-
Steven Murray authored
-
- 19 Feb, 2019 1 commit
-
-
Steven Murray authored
-
- 06 Feb, 2019 1 commit
-
-
Steven Murray authored
-
- 05 Feb, 2019 1 commit
-
-
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.
-
- 02 Feb, 2019 1 commit
-
-
Steven Murray authored
-
- 09 Nov, 2018 1 commit
-
-
Steven Murray authored
Moved autocommitMode parameter from Stmt constructor to Stmt::executeQuery() and Stmt::executeNonQuery()
-
- 07 Nov, 2018 1 commit
-
-
Steven Murray authored
Renamed rdbms::AutocommitMode::ON and rdbms::AutocommitMode::OFF to rdbms::AutocommitMode::AUTOCOMMIT_ON and rdbms::AutocommitMode::OFF respectively
-
- 01 Nov, 2018 2 commits
-
-
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
-
- 29 Oct, 2018 1 commit
-
-
Steven Murray authored
-
- 09 Jul, 2018 1 commit
-
-
Eric Cano authored
-
- 05 Jul, 2018 1 commit
-
-
Eric Cano authored
-
- 04 Jul, 2018 1 commit
-
-
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.
-
- 30 May, 2018 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 04 Apr, 2018 1 commit
-
-
Steven Murray authored
Replaced oracle::occi::setVector(occiStmt.get(), 1, archiveFileIdList, SYS, ODCINUMBERLIST) with temporary table TEMP_TAPE_FILE_BATCH
-
- 16 Mar, 2018 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
This reverts commit 49190c08.
-
- 15 Mar, 2018 2 commits
-
-
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
-
- 13 Mar, 2018 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
OracleCatalogue now creates and propagates LostDatabaseConnection exceptions in all the appropriate use-cases
-
- 09 Feb, 2018 1 commit
-
-
Steven Murray authored
Added CatalogueRetryWrapper.hpp
-
- 30 Jan, 2018 6 commits
-
-
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
-
- 29 Jan, 2018 3 commits
-
-
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 610e08b3.
-
Steven Murray authored
OracleCatalogue::filesWrittenToTape() should now transparently re-connect to the database.
-
- 25 Jan, 2018 1 commit
-
-
Steven Murray authored
Done
-
- 10 Nov, 2017 1 commit
-
-
Steven Murray authored
-
- 09 Nov, 2017 1 commit
-
-
Steven Murray authored
-
- 21 Sep, 2017 4 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-