summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2018-09-11mysqlc: Fix XResultSet::absolute and previousTamas Bunth1-1/+4
2018-09-07mysqlc: ensure cursor is not out of rangeTamas Bunth2-22/+70
2018-09-03fix for 'mysqlc: Use unique_ptr on C style arrays'Andras Timar1-1/+1
2018-09-03Don't link Library_mysqlc against -lnslStephan Bergmann1-1/+1
2018-09-03mysqlc: implement beforeFirst and fix findColumnTamas Bunth2-4/+3
2018-09-03mysqlc: Use unique_ptr on C style arraysTamas Bunth4-19/+15
2018-09-03mysqlc: implement getImportedKeysTamas Bunth1-6/+58
2018-09-03mysqlc: Add library to log areas and put someTamas Bunth1-10/+22
2018-08-29Add source for zero stub mysqllo.dll (MSP needs it)cp-6.0-7Andras Timar3-0/+41
2018-08-28coverity#1438784 Uninitialized pointer fieldCaolán McNamara1-0/+1
2018-08-28-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2018-08-28drop unnecessary SYSTEM_MYSQL_CONNECTOR_CPPCaolán McNamara1-2/+0
2018-08-28CPPCONN_LIB now unusedCaolán McNamara1-2/+0
2018-08-28mysqlc: registry xml: install driverTamas Bunth1-2/+2
2018-08-28SYSTEM_MYSQL_CPPCONN is never definedStephan Bergmann1-2/+0
2018-08-28coverity#1438783 Unchecked return valueCaolán McNamara1-1/+3
2018-08-28mysqlc: fix registry configurationTamas Bunth1-4/+5
2018-08-28mysqlc: Fix issue by freeing result setsTamas Bunth2-3/+6
2018-08-28Moving mysqlc into connectivity as a libraryTamas Bunth35-646/+8257
2018-06-27tdf#118112: Use ParameterNameSubstitution for MysqlJulien Nabet1-0/+15
2018-04-12SQL string quoting: escape "'" character also at beginning of stringLionel Elie Mamane1-1/+1
2018-03-25Add HSQLDB schema importTamas Bunth1-5/+3
2018-03-20tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist2-2/+5
2018-03-20tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist2-5/+16
2018-03-20tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth4-1/+19
2018-03-20Firebird: use 32 bitTamas Bunth1-1/+1
2018-03-20tdf#104734 Firebird improve XClob implementationTamas Bunth10-40/+262
2018-03-20tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth4-4/+19
2018-03-20tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth6-139/+245
2018-03-19Firebird: check isc_blob_info errorTamas Bunth1-1/+1
2018-03-19Firebird: Revert not closing cursor,..Tamas Bunth1-0/+15
2018-03-19clean code at setObjectWithInfoTamas Bunth1-20/+14
2018-03-19tdf#70425 do not close cursor explicitlyTamas Bunth1-15/+0
2018-03-19tdf#70425 Firebird: accept integers in setDoubleTamas Bunth1-1/+29
2018-03-06tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-8/+16
2018-01-27tdf#70425 suppress error of closing closed cursorTamas Bunth1-3/+7
2018-01-07tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet1-1/+1
2018-01-03Don't call getLength() on OUStringBuffer after makeStringAndClear()Tor Lillqvist1-1/+1
2018-01-02Related tdf#104942: implement setByte on firebirdJulien Nabet2-4/+6
2017-11-30Disable check for successful file deletion for nowStephan Bergmann1-1/+1
2017-11-23Fix an argument for SQLSetDescRec.Damjan Jovanovic1-10/+1
2017-11-23loplugin:useuniqueptr in connectivity/source/drivers/macab/Stephan Bergmann4-55/+34
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22drop duplicate methodCaolán McNamara3-4/+4
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-11-18silence some coverity warningsCaolán McNamara3-3/+3
2017-11-18Assume thread encoding for ODBC status stringMike Kaganski2-4/+3
2017-11-16Delete test*.odb filesStephan Bergmann2-12/+16
2017-11-14Translate German debug stringsJohnny_M1-2/+2
2017-11-13survive building dbaccess+connectivity with --disable-dynamic-loadingCaolán McNamara1-0/+2