summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2019-04-25mysqlc: move template specialization to namespaceTamas Bunth
2019-04-24mysqlc: Allow conversions between different typesTamas Bunth
2019-02-06Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann
2019-01-30mysqlc: fix timestamp query of result setTamas Bunth
2019-01-22tdf#122516: fix timestamp in MariaDb/mysqlJulien Nabet
2019-01-22mysqlc: resultset's previous() on first position..Tamas Bunth
2019-01-17mysqlc: fetch data exactly when it's neededTamas Bunth
2019-01-06mysqlc: replace initializer list with assignmentTamas Bunth
2019-01-06mysqlc: Fix result set metadata related issueTamas Bunth
2019-01-06mysqlc: ensure fetched result while invoking lastTamas Bunth
2018-12-14mysqlc: Fix obtaining field information in rsTamas Bunth
2018-11-26mysqlc: next() should move cursor from LastTamas Bunth
2018-11-20Building of Library_mysql does not depend on JavaAndras Timar
2018-11-09mysqlc: fix return value of XResultSet::nextTamas Bunth
2018-11-06Fix isssue with constructor expecting three paramsTamas Bunth
2018-11-05mysqlc: allow multiple open statementsTamas Bunth
2018-11-05Add unit test for mysqlc connectorTamas Bunth
2018-11-05mysqlc: Add support for mediumnint and char typesTamas Bunth
2018-11-05mysqlc: filter schema in getColumnsTamas Bunth
2018-10-25Revert removal of mysql jdbc connectorTamas Bunth
2018-10-20copy and paste errorCaolán McNamara
2018-09-29tdf#119850 show missing mysql connector optionsTamas Bunth
2018-09-14mysqlc: fix XPreparedStatement::setTimestampTamas Bunth
2018-09-14mysqlc: prep stmt: check if cursor out of rangeTamas Bunth
2018-09-14mysqlc: getTablePrivileges not implemented, so..Tamas Bunth
2018-09-11mysqlc: Fix XResultSet::absolute and previousTamas Bunth
2018-09-07mysqlc: ensure cursor is not out of rangeTamas Bunth
2018-09-03fix for 'mysqlc: Use unique_ptr on C style arrays'Andras Timar
2018-09-03Don't link Library_mysqlc against -lnslStephan Bergmann
2018-09-03mysqlc: implement beforeFirst and fix findColumnTamas Bunth
2018-09-03mysqlc: Use unique_ptr on C style arraysTamas Bunth
2018-09-03mysqlc: implement getImportedKeysTamas Bunth
2018-09-03mysqlc: Add library to log areas and put someTamas Bunth
2018-08-29Add source for zero stub mysqllo.dll (MSP needs it)cp-6.0-7Andras Timar
2018-08-28coverity#1438784 Uninitialized pointer fieldCaolán McNamara
2018-08-28-Werror,-Wunused-private-fieldStephan Bergmann
2018-08-28drop unnecessary SYSTEM_MYSQL_CONNECTOR_CPPCaolán McNamara
2018-08-28CPPCONN_LIB now unusedCaolán McNamara
2018-08-28mysqlc: registry xml: install driverTamas Bunth
2018-08-28SYSTEM_MYSQL_CPPCONN is never definedStephan Bergmann
2018-08-28coverity#1438783 Unchecked return valueCaolán McNamara
2018-08-28mysqlc: fix registry configurationTamas Bunth
2018-08-28mysqlc: Fix issue by freeing result setsTamas Bunth
2018-08-28Moving mysqlc into connectivity as a libraryTamas Bunth
2018-06-27tdf#118112: Use ParameterNameSubstitution for MysqlJulien Nabet
2018-04-12SQL string quoting: escape "'" character also at beginning of stringLionel Elie Mamane
2018-03-25Add HSQLDB schema importTamas Bunth
2018-03-20tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist
2018-03-20tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist
2018-03-20tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth