- Jul 08, 2019
-
-
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.
-
- Jun 24, 2019
-
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
- Jun 21, 2019
-
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
Victor Kotlyar authored
-
- May 21, 2019
-
-
Steven Murray authored
-
- May 19, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-