summaryrefslogtreecommitdiffstats
path: root/connectivity/source
Commit message (Expand)AuthorAgeFilesLines
* mysqlc: fix timestamp query of result setTamas Bunth2019-01-302-5/+8
* tdf#122516: fix timestamp in MariaDb/mysqlJulien Nabet2019-01-221-1/+1
* mysqlc: resultset's previous() on first position..Tamas Bunth2019-01-221-1/+8
* mysqlc: fetch data exactly when it's neededTamas Bunth2019-01-172-41/+63
* mysqlc: replace initializer list with assignmentTamas Bunth2019-01-061-17/+23
* mysqlc: Fix result set metadata related issueTamas Bunth2019-01-068-110/+89
* mysqlc: ensure fetched result while invoking lastTamas Bunth2019-01-061-0/+1
* mysqlc: Fix obtaining field information in rsTamas Bunth2018-12-142-11/+22
* mysqlc: next() should move cursor from LastTamas Bunth2018-11-261-1/+7
* mysqlc: fix return value of XResultSet::nextTamas Bunth2018-11-091-1/+1
* Fix isssue with constructor expecting three paramsTamas Bunth2018-11-061-1/+1
* mysqlc: allow multiple open statementsTamas Bunth2018-11-052-157/+152
* mysqlc: Add support for mediumnint and char typesTamas Bunth2018-11-051-2/+2
* mysqlc: filter schema in getColumnsTamas Bunth2018-11-051-24/+32
* Revert removal of mysql jdbc connectorTamas Bunth2018-10-252-0/+346
* copy and paste errorCaolán McNamara2018-10-201-1/+1
* mysqlc: fix XPreparedStatement::setTimestampTamas Bunth2018-09-141-1/+2
* mysqlc: prep stmt: check if cursor out of rangeTamas Bunth2018-09-141-0/+3
* mysqlc: getTablePrivileges not implemented, so..Tamas Bunth2018-09-141-2/+1
* mysqlc: Fix XResultSet::absolute and previousTamas Bunth2018-09-111-1/+4
* mysqlc: ensure cursor is not out of rangeTamas Bunth2018-09-072-22/+70
* fix for 'mysqlc: Use unique_ptr on C style arrays'Andras Timar2018-09-031-1/+1
* mysqlc: implement beforeFirst and fix findColumnTamas Bunth2018-09-032-4/+3
* mysqlc: Use unique_ptr on C style arraysTamas Bunth2018-09-034-19/+15
* mysqlc: implement getImportedKeysTamas Bunth2018-09-031-6/+58
* mysqlc: Add library to log areas and put someTamas Bunth2018-09-031-10/+22
* Add source for zero stub mysqllo.dll (MSP needs it)cp-6.0-7Andras Timar2018-08-291-0/+20
* coverity#1438784 Uninitialized pointer fieldCaolán McNamara2018-08-281-0/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2018-08-281-1/+0
* SYSTEM_MYSQL_CPPCONN is never definedStephan Bergmann2018-08-281-2/+0
* coverity#1438783 Unchecked return valueCaolán McNamara2018-08-281-1/+3
* mysqlc: Fix issue by freeing result setsTamas Bunth2018-08-282-3/+6
* Moving mysqlc into connectivity as a libraryTamas Bunth2018-08-2829-328/+8084
* SQL string quoting: escape "'" character also at beginning of stringLionel Elie Mamane2018-04-121-1/+1
* Add HSQLDB schema importTamas Bunth2018-03-251-5/+3
* tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist2018-03-202-2/+5
* tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist2018-03-202-5/+16
* tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth2018-03-204-1/+19
* Firebird: use 32 bitTamas Bunth2018-03-201-1/+1
* tdf#104734 Firebird improve XClob implementationTamas Bunth2018-03-2010-40/+262
* tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth2018-03-204-4/+19
* tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth2018-03-206-139/+245
* Firebird: check isc_blob_info errorTamas Bunth2018-03-191-1/+1
* Firebird: Revert not closing cursor,..Tamas Bunth2018-03-191-0/+15
* clean code at setObjectWithInfoTamas Bunth2018-03-191-20/+14
* tdf#70425 do not close cursor explicitlyTamas Bunth2018-03-191-15/+0
* tdf#70425 Firebird: accept integers in setDoubleTamas Bunth2018-03-191-1/+29
* tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann2018-03-061-8/+16
* tdf#70425 suppress error of closing closed cursorTamas Bunth2018-01-271-3/+7
* tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet2018-01-071-1/+1