- Dec 04, 2019
-
-
Steven Murray authored
-
- Dec 03, 2019
-
-
Steven Murray authored
-
- Dec 02, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Added unit-test insert_with_bindString_invalid_bool_value in order to verify check constraints are working
-
Steven Murray authored
-
- Sep 25, 2019
-
-
Steven Murray authored
-
- Sep 24, 2019
-
-
Steven Murray authored
-
- Sep 20, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Fixed bug in MysqlStmt::do_bind_results() where bind[i].is_unsigned was not being set to true for uint64_t
-
Steven Murray authored
Permanently removed the concept of rdbms::UnexpectedSemicolon. The rdbms package should avoid trying to parse SQL, at least for now.
-
Steven Murray authored
-
- Sep 19, 2019
-
-
Steven Murray authored
-
- Sep 18, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Sep 03, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Aug 06, 2019
-
-
Steven Murray authored
Added the new method Rset::isEmpty() - I am guessing that the migration work of Michael would have loved to have had this method
-
- Jul 08, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Added XRDSITE=cern_tape_archive_ci to eos sysconfig file in order to tell clients that there is a CTA backend
-
Steven Murray authored
rdbms::Rset::next() now releases the underlying resources of a result set when there are no more rows to be fetched.
-
Steven Murray authored
Added much needed comment to the setting of the CLIENT_FOUND_ROWS flag when making a MySQL database connection.
-
- Jul 05, 2019
-
-
Michael Davis authored
-
- Jul 04, 2019
-
-
Steven Murray authored
MysqlConn constructor now sets the CLIENT_FOUND_ROWS flag so that the reported number of rows affected by a DML statement matches that of Oracle, PostgreSQL and SQLite
-
Michael Davis authored
-
- Jul 01, 2019
-
-
Victor Kotlyar authored
-
Michael Davis authored
Binary blobs containing zeros are now handled correctly.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Should be more efficient as it's a single copy operation instead of one character at-a-time, but still requires 2 copies of the blob to convert it from occi::Bytes to std::string (as it needs an intermediate char* array).
-
Michael Davis authored
-
Michael Davis authored
Adds support for byte array columns in the DB. Implementation done for SQLite, the others are placeholders.
-
- Jun 28, 2019
-
-
Victor Kotlyar authored
-
- Jun 26, 2019
-
-
Michael Davis authored
Binary blobs containing zeros are now handled correctly.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Should be more efficient as it's a single copy operation instead of one character at-a-time, but still requires 2 copies of the blob to convert it from occi::Bytes to std::string (as it needs an intermediate char* array).
-
Michael Davis authored
-
Michael Davis authored
Adds support for byte array columns in the DB. Implementation done for SQLite, the others are placeholders.
-