summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Expand)AuthorFilesLines
2018-08-20On macOS Library_mysqlc needs _iconv{,_close,_open}Stephan Bergmann1-0/+4
2018-08-15loplugin:useuniqueptr in OPreparedResultSetNoel Grandin2-13/+10
2018-08-13Fix typosAndrea Gelmini2-2/+2
2018-08-13Various loplugin warnings in mysqlStephan Bergmann3-3/+3
2018-08-13loplugin, various in mysqlcNoel Grandin6-28/+28
2018-08-13fix build (missing #include <sal/log.hxx>'s)Rene Engelhard2-0/+3
2018-08-12mysqlc: Fix float, double and numeric typesTamas Bunth2-10/+14
2018-08-12Switch from mysql to MariaDB C APITamas Bunth18-1677/+2724
2018-05-05Replace Galaxy icon theme by Colibreheiko tietze1-1/+1
2018-04-23loplugin:useuniqueptr in mysqlcNoel Grandin3-23/+22
2018-04-07Don't link Library_mysqlc against -lnslStephan Bergmann1-1/+1
2018-03-30Use for-range loops in mysqlcJulien Nabet2-4/+5
2018-03-12loplugin:unusedmethodsNoel Grandin2-39/+0
2018-02-02remove connectivity OSubComponentNoel Grandin5-58/+2
2018-01-12More loplugin:cstylecast: mysqlcStephan Bergmann4-5/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin3-7/+7
2017-11-01loplugin:finalclasses in mysqlcNoel Grandin6-18/+7
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin1-1/+1
2017-10-23loplugin:includeform: mysqlcStephan Bergmann1-1/+1
2017-10-06use rtl::Reference in mysqlcNoel Grandin5-50/+45
2017-10-01throw more useful uno::Exception'sNoel Grandin1-1/+1
2017-09-24tdf#103685: "Commands out of sync" when connecting to MySQL using directJulien Nabet1-4/+2
2017-09-15consistent naming of externals: mysqlcppconn -> mysql-connector-cppMichael Stahl2-4/+4
2017-09-15consistent naming of externals: libmariadb -> mariadb-connector-cMichael Stahl2-2/+2
2017-09-01Remove unused m_aBatchVector membersStephan Bergmann2-6/+1
2017-08-31Use vector and replace m_aBatchList by m_aBatchVectorJulien Nabet2-3/+3
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-04loplugin:unusedfields l10ntools..rscNoel Grandin2-2/+0
2017-06-25loplugin:oncevar in l10ntools..mysqlcNoel Grandin4-8/+4
2017-06-23loplugin:unusedfields in jvmfwk..mysqlcNoel Grandin4-9/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke3-3/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-07Remove redundant 'inline' keyword, Linux reduxStephan Bergmann4-5/+5
2017-03-02Fix typosAndrea Gelmini2-2/+2
2017-02-23With GCC -std=gnu++17, dynamic exception specifications cause an errorStephan Bergmann1-7/+0
2017-02-16external/mysqlcppconn: Silence -Wdynamic-exception-spec errorsStephan Bergmann1-0/+7
2017-02-03boost::scoped_ptr -> std::unique_ptr in mysqlcNoel Grandin1-14/+14
2017-02-03new loplugin:unusedenumconstantsNoel Grandin1-2/+1
2017-01-31Work around GCC 7 -Werror=implicit-fallthrough=Stephan Bergmann1-0/+8
2017-01-31Silence GCC 7 warnings in cppconn/exception.hStephan Bergmann1-0/+7
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann17-813/+381
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-16/+0
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin7-270/+1
2016-11-17loplugin:datamembershadowNoel Grandin2-2/+1
2016-11-02loplugin:singlevalfieldsNoel Grandin3-10/+3