summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysqlc
AgeCommit message (Expand)Author
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-09-05Drop some seemingly redundant OUString(OUString::getStr()) constructionsStephan Bergmann
2020-07-18compact namespace: connectivityNoel Grandin
2020-05-15mysqlc: fix default transaction levelJulien Nabet
2020-05-11tdf#126468: MySQL/MariaDB and Firebird don't require order field in select partJulien Nabet
2020-05-10mysql-sdbc: better separate what resultset provides what interfaceLionel Elie Mamane
2020-05-10mysql-sdbc: do not lie about supporting XPreparedBatchExecutionLionel Elie Mamane
2020-05-10tdf#112423: mysql-sdbc: implement XMultipleResultsLionel Elie Mamane
2020-05-09mysql-sdbc: statement::execute do not handle parametersLionel Elie Mamane
2020-05-09mysql-sdbc: statement: do not pointlessly keep pointer to resultLionel Elie Mamane
2020-05-09mysql-sdbc: statement: rename disposeResultset to closeResultsetLionel Elie Mamane
2020-05-09mysql-sdbc: resultset: do not keep m_pResult after freeing itLionel Elie Mamane
2020-05-09mysql-sdbc: do not lie about supporting XBatchExecutionLionel Elie Mamane
2020-05-09mysql-sdbc: fill SQLSTATE field of SQLException when throwing itLionel Elie Mamane
2020-03-30tdf#131712: fix crash on table with non null float field (mysql native)Julien Nabet
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2019-12-18sal_Char->char in connectivityNoel Grandin
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen
2019-11-27In the same way as 97ad402d58b52a1f2636905137c21298531c2935Julien Nabet
2019-11-26tdf#128698: MySQL/MariaDB direct Connection: time-values not written to tableJulien Nabet
2019-11-24cppcheck: fix 2 funcArgOrderDifferentJulien Nabet
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-11-03mysqlc: replace initializer list with assignmentTamas Bunth
2019-10-19mariadb still uses char for my_boolCaolán McNamara
2019-10-18Fix building against MySQL Connector/C 8Peter Levine
2019-10-17Remove some memset callsMike Kaganski
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin
2019-09-17tdf#126852 Bind TEXT mysql type to ClobTamas Bunth
2019-09-12cid#1453559 silence Unchecked return valueCaolán McNamara
2019-09-06mysqlc: Support connection to utf8mb4 serverTamas Bunth
2019-09-03tdf#127093 mysqlc: set NO_AUTO_VALUE_ON_ZEROTamas Bunth
2019-08-31mysqlc: Implement DatabaseMetadata::getUserNameTamas Bunth
2019-08-24loplugin:returnconstval in connectivity..cuiNoel Grandin
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31mysqlc: getTablePrivileges not implemented, so..Tamas Bunth
2019-07-31Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann
2019-07-31mysqlc: Support reading blob as stringTamas Bunth
2019-07-29mysqlc: Fix query of cursor position in result setTamas Bunth
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-03mysqlc: Add support for mysql type INT24Tamas Bunth
2019-05-22New loplugin:dataStephan Bergmann
2019-04-25mysqlc: Allow conversions between different typesTamas Bunth
2019-04-19Fix typoAndrea Gelmini
2019-04-13loplugin:sequentialassign in codemaker..connectivityNoel Grandin