summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2019-09-07mysqlc: Support connection to utf8mb4 serverTamas Bunth1-2/+5
2019-08-01mysqlc: Add test for textual blob typesTamas Bunth1-0/+45
2019-07-31mysqlc: Support reading blob as stringTamas Bunth1-1/+7
2019-07-31mysqlc: Fix query of cursor position in result setTamas Bunth3-84/+136
2019-06-03mysqlc: Add support for mysql type INT24Tamas Bunth1-4/+7
2019-04-25mysqlc: move template specialization to namespaceTamas Bunth2-2/+4
2019-04-24mysqlc: Allow conversions between different typesTamas Bunth4-181/+210
2019-02-06Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann2-10/+12
2019-01-30mysqlc: fix timestamp query of result setTamas Bunth3-5/+44
2019-01-22tdf#122516: fix timestamp in MariaDb/mysqlJulien Nabet1-1/+1
2019-01-22mysqlc: resultset's previous() on first position..Tamas Bunth2-1/+14
2019-01-17mysqlc: fetch data exactly when it's neededTamas Bunth2-41/+63
2019-01-06mysqlc: replace initializer list with assignmentTamas Bunth1-17/+23
2019-01-06mysqlc: Fix result set metadata related issueTamas Bunth9-110/+167
2019-01-06mysqlc: ensure fetched result while invoking lastTamas Bunth1-0/+1
2018-12-14mysqlc: Fix obtaining field information in rsTamas Bunth3-11/+24
2018-11-26mysqlc: next() should move cursor from LastTamas Bunth2-3/+16
2018-11-20Building of Library_mysql does not depend on JavaAndras Timar1-2/+2
2018-11-09mysqlc: fix return value of XResultSet::nextTamas Bunth2-1/+7
2018-11-06Fix isssue with constructor expecting three paramsTamas Bunth1-1/+1
2018-11-05mysqlc: allow multiple open statementsTamas Bunth4-157/+201
2018-11-05Add unit test for mysqlc connectorTamas Bunth4-0/+266
2018-11-05mysqlc: Add support for mediumnint and char typesTamas Bunth1-2/+2
2018-11-05mysqlc: filter schema in getColumnsTamas Bunth1-24/+32
2018-10-25Revert removal of mysql jdbc connectorTamas Bunth7-8/+652
2018-10-20copy and paste errorCaolán McNamara1-1/+1
2018-09-29tdf#119850 show missing mysql connector optionsTamas Bunth1-1/+1
2018-09-14mysqlc: fix XPreparedStatement::setTimestampTamas Bunth1-1/+2
2018-09-14mysqlc: prep stmt: check if cursor out of rangeTamas Bunth1-0/+3
2018-09-14mysqlc: getTablePrivileges not implemented, so..Tamas Bunth1-2/+1
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