- Feb 22, 2019
-
-
David Smith authored
-
- Feb 14, 2019
-
-
David Smith authored
-
- Feb 08, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 06, 2019
-
-
Steven Murray authored
-
- Feb 05, 2019
-
-
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
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Set default value of autocommitMode parameter of executeQuery() and executeNonQuery() to AutocommitMode::AUTOCOMMIT_ON
-
Steven Murray authored
-
- Jan 17, 2019
-
-
Steven Murray authored
Fixed cta/CTA#364 RdbmsArchiveFileItorImpl constructor should NOT return database connection to pool
-
- Jan 15, 2019
-
-
Steven Murray authored
-
- Jan 14, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Nov 16, 2018
-
-
Tao Lin authored
-
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
-
- Oct 31, 2018
-
-
Steven Murray authored
Added LoginTest unit-tests parseStream_invalid_in_memory, parseStream_invalid_oracle and parseStream_invalid_sqlite
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Removed redundant 'find_package (oracle-instantclient REQUIRED)' and 'include_directories (INSTANTCLIENT_INCLUDE_DIRS)' from rdbms/CMakeLists.txt
-
Steven Murray authored
-
- Oct 30, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Oct 29, 2018
-
-
Steven Murray authored
-
- Aug 30, 2018
-
-
Eric Cano authored
-
- Aug 03, 2018
-
-
Steven Murray authored
My previous commit only removed throw() from the hpp files.
-
Steven Murray authored
-
- Jul 05, 2018
-
-
Eric Cano authored
-
- Jul 04, 2018
-
-
Eric Cano authored
We now fall back to basic error codes when not supporting a specific extended error code.
-
- May 30, 2018
-
-
Steven Murray authored
-
- May 29, 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 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.
-