- Feb 08, 2019
-
-
Steven Murray authored
Changed 'catch (cta::exception::Exception ex)' to 'catch (cta::exception::Exception &ex)' in order to avoid error: catching polymorphic type ‘class cta::exception::Exception’ by value
-
Steven Murray authored
Changed 'catch (exception::Exception ex)' to 'catch (exception::Exception &ex)' in order to avoid error: catching polymorphic type ‘class cta::exception::Exception’ by value
-
Steven Murray authored
Changed 'catch (std::out_of_range)' to 'catch (std::out_of_range&)' in order to avoid the error: catching polymorphic type ‘class std::out_of_range’ by value
-
Julien Leduc authored
dedicated PV for quarkdb
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 07, 2019
-
-
Steven Murray authored
-
- Feb 06, 2019
-
-
Steven Murray authored
-
Julien Leduc authored
tests and compatible with CI.
-
- Feb 05, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Modified MysqlCatalogue.cpp to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
Steven Murray authored
-
Steven Murray authored
Please note that neither setAutcommitMode() and getAutcommitMode() should be called for now. This commit is preparing the future interface of the code.
-
Steven Murray authored
Modified RdbmsArchiveFileItorImpl.cpp to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Modified DropSchemaCmd to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
Steven Murray authored
Modified CreateSchemaCmd to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
Steven Murray authored
-
Steven Murray authored
-
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.
-
Eric Cano authored
-
Cedric CAFFY authored
Moved the getPoppingElementsCandidates() method from RetrieveQueueFailedAlgorithms, RetrieveQueueToTransferAlgorithms and RetrieveQueueToReportToRepackForSuccessAlgorithms into RetrieveQueueAlgorithms This removed the duplication of the code in this method repeated 3 times
-
Steven Murray authored
Set default value of autocommitMode parameter of executeQuery() and executeNonQuery() to AutocommitMode::AUTOCOMMIT_ON
-
Steven Murray authored
-
Steven Murray authored
-
Eric Cano authored
Conflicts: scheduler/SchedulerTest.cpp
-
Cedric CAFFY authored
Changed the return type of scheduler.getNextSucceededRetrieveRequestForRepackBatch() method from cta::SchedulerDatabase::RetrieveJob to cta::RetrieveJob
-
Cedric CAFFY authored
The getNextSucceededRetrieveRequestForRepackBatch is implemented and integrated in the expandRepackRequest test
-
Cedric CAFFY authored
Started to implement the method to get the RetrieveRequest from the RetrieveQueueToReportToSuccessForRepack queue
-
Michael Davis authored
Conflicts: xrootd-ssi-protobuf-interface
-
Eric Cano authored
-
Cedric CAFFY authored
Refactored OStoreDB::RetrieveMount::batchSucceedRetrieveForRepack() method
-
Steven Murray authored
-
Steven Murray authored
-