summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc
AgeCommit message (Expand)AuthorFilesLines
2018-01-07tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-18Assume thread encoding for ODBC status stringMike Kaganski1-2/+2
2017-11-13survive building dbaccess+connectivity with --disable-dynamic-loadingCaolán McNamara1-0/+2
2017-10-23loplugin:includeform: connectivityStephan Bergmann12-48/+48
2017-10-09Revert "Related tdf#112947: another fix about odbc"Lionel Elie Mamane1-1/+0
2017-10-08Remove extra line added by mistakeJulien Nabet1-1/+0
2017-10-08Related tdf#112947: another fix about odbcJulien Nabet1-0/+2
2017-10-08tdf#112947: fix write to free'd memory (odbc)Julien Nabet1-0/+1
2017-10-06use more rtl::Reference in connectivityNoel Grandin1-17/+12
2017-10-01throw more useful uno::Exception'sNoel Grandin2-2/+2
2017-08-31Use vector and replace m_aBatchList by m_aBatchVectorJulien Nabet2-3/+3
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin3-8/+6
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin4-4/+10
2017-07-21migrate to boost::gettextCaolán McNamara3-3/+3
2017-07-19loplugin:constparams in connectivityNoel Grandin3-12/+12
2017-07-09cppcheck: uselessCallsRemoveJochen Nitschke1-3/+3
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin2-12/+6
2017-07-05loplugin:unusedfields connectivityNoel Grandin2-5/+0
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann1-1/+0
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin1-2/+1
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+0
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist7-19/+19
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-24/+24
2017-01-26Remove dynamic exception specificationsStephan Bergmann11-431/+408
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann1-0/+1
2017-01-11Some loplugin:conststringvar/stringconstant improvements: connectivityStephan Bergmann1-6/+2
2017-01-09New loplugin:externvar: connectivityStephan Bergmann1-64/+0
2017-01-06Use string literals directlyStephan Bergmann1-25/+12
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-5/+5
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann1-1/+1
2016-11-21connectivity, sc: add missing #include <osl/endian.h>Michael Stahl1-0/+1
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin2-8/+3
2016-10-26coverity#1374287 Uncaught exceptionCaolán McNamara1-1/+1
2016-10-26coverity#1374285 Uncaught exceptionCaolán McNamara1-1/+3
2016-10-26coverity#1374283 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin2-4/+1
2016-09-01coverity#1372398 Uncaught exceptionCaolán McNamara1-1/+1
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann2-2/+2
2016-07-04tdf#43157 clean up OSL_ASSERT in connectivityJochen Nitschke1-1/+1
2016-06-09remove some manual ref-counting in connectivityNoel Grandin3-55/+54
2016-05-30com::sun::star->css in connectivityNoel Grandin11-69/+67
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-06connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl1-3/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann4-18/+18
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet1-7/+7