summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-2/+5
2018-08-19Translate German commentsJohnny_M1-1/+1
2018-08-17loplugin:useuniqueptr in connectivity/fileNoel Grandin5-38/+26
2018-08-16Fix typo: s/an other/another/gAndrea Gelmini4-4/+4
2018-08-15pgsql-sdbc: better debug messageLionel Elie Mamane1-1/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin3-6/+6
2018-08-13Translate German variable namesJohnny_M4-10/+10
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-1/+1
2018-08-01loplugin:returnconstant in connectivityNoel Grandin12-60/+32
2018-07-29replace double checked locking patternsJochen Nitschke1-11/+3
2018-07-29remove unused variableJochen Nitschke1-2/+0
2018-07-28Restore the accidentally overwritten array value in ODatabaseMetaDataMuhammet Kara1-2/+2
2018-07-28loplugin:stringloop basctl,chart2,connectivityNoel Grandin4-15/+15
2018-07-27Remove unused iterators from MQueryHelper.cxx and mork_helper.cxxMuhammet Kara2-3/+3
2018-07-27use OUStringBuffer in some loopsNoel Grandin2-6/+6
2018-07-27connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann3-26/+0
2018-07-26Remove unused local variable 'aResultNode'Muhammet Kara1-1/+0
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin1-12/+12
2018-07-16Add missing sal/log.hxx headersGabor Kelemen59-0/+62
2018-07-06connectivity: turn on clang-format for the Writer driverMiklos Vajna13-216/+196
2018-07-02loplugin:constantparamNoel Grandin1-3/+2
2018-06-14tdf#118112: Use ParameterNameSubstitution for MysqlJulien Nabet1-0/+15
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin3-12/+7
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke53-51/+7
2018-05-28tdf#117446: FB mig, (VAR)BINARY, fix memory managementJulien Nabet1-1/+8
2018-05-28tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov1-3/+0
2018-05-27Fix typosAndrea Gelmini1-1/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin13-16/+57
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-2/+2
2018-05-14fix typoRene Engelhard2-1/+1
2018-05-10move Java from config_features to already existing config_javaRene Engelhard1-1/+1
2018-05-09Fix some IWYU warningsMiklos Vajna2-2/+27
2018-05-07loplugin:useuniqueptr in OPreparedStatementNoel Grandin2-8/+10
2018-05-07loplugin:useuniqueptr in OResultSetNoel Grandin2-4/+4
2018-05-07loplugin:useuniqueptr in OCommonStatementNoel Grandin3-5/+5
2018-05-07loplugin:useuniqueptr in MQueryHelperNoel Grandin2-16/+9
2018-05-07loplugin:useuniqueptr in OFileTableNoel Grandin3-19/+11
2018-05-04loplugin:useuniqueptr in connectivity::OSortIndexNoel Grandin7-20/+19
2018-05-03make createStream_simpleError return std::unique_ptrNoel Grandin7-21/+13
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2018-04-25use more thread safe static initializer in postgresql driverJochen Nitschke10-314/+168
2018-04-22Iceweasel and Icedove are dead…Adolfo Jayme Barrientos1-1/+1
2018-04-18tdf#117081: show Firebird by defaultXisco Fauli1-6/+1
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin8-72/+0
2018-04-17loplugin:constparamsNoel Grandin2-2/+2
2018-04-15remove some unused comphelper includesJochen Nitschke28-29/+0
2018-04-14Revert HSQLDB related unit testsTamas Bunth3-214/+8
2018-04-14tdf#105075 Firebird: Support Limit of query_GUITamas Bunth1-0/+20
2018-04-14Fix typosAndrea Gelmini1-1/+1
2018-04-12Revert "Remove dead HSQLDB driver"Sophia Schröder44-2/+4246