summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* create appendCopy method in OUStringBufferNoel Grandin2018-08-143-6/+6
* Translate German variable namesJohnny_M2018-08-134-10/+10
* coverity#1438225 Improper use of negative valueCaolán McNamara2018-08-051-1/+1
* loplugin:returnconstant in connectivityNoel Grandin2018-08-0112-60/+32
* replace double checked locking patternsJochen Nitschke2018-07-291-11/+3
* remove unused variableJochen Nitschke2018-07-291-2/+0
* Restore the accidentally overwritten array value in ODatabaseMetaDataMuhammet Kara2018-07-281-2/+2
* loplugin:stringloop basctl,chart2,connectivityNoel Grandin2018-07-284-15/+15
* Remove unused iterators from MQueryHelper.cxx and mork_helper.cxxMuhammet Kara2018-07-272-3/+3
* use OUStringBuffer in some loopsNoel Grandin2018-07-272-6/+6
* connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-273-26/+0
* Remove unused local variable 'aResultNode'Muhammet Kara2018-07-261-1/+0
* loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin2018-07-261-12/+12
* Add missing sal/log.hxx headersGabor Kelemen2018-07-1659-0/+62
* connectivity: turn on clang-format for the Writer driverMiklos Vajna2018-07-0613-216/+196
* loplugin:constantparamNoel Grandin2018-07-021-3/+2
* tdf#118112: Use ParameterNameSubstitution for MysqlJulien Nabet2018-06-141-0/+15
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-083-12/+7
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-0553-51/+7
* tdf#117446: FB mig, (VAR)BINARY, fix memory managementJulien Nabet2018-05-281-1/+8
* tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov2018-05-281-3/+0
* Fix typosAndrea Gelmini2018-05-271-1/+1
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-2513-16/+57
* loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2018-05-171-2/+2
* fix typoRene Engelhard2018-05-142-1/+1
* move Java from config_features to already existing config_javaRene Engelhard2018-05-101-1/+1
* Fix some IWYU warningsMiklos Vajna2018-05-092-2/+27
* loplugin:useuniqueptr in OPreparedStatementNoel Grandin2018-05-072-8/+10
* loplugin:useuniqueptr in OResultSetNoel Grandin2018-05-072-4/+4
* loplugin:useuniqueptr in OCommonStatementNoel Grandin2018-05-073-5/+5
* loplugin:useuniqueptr in MQueryHelperNoel Grandin2018-05-072-16/+9
* loplugin:useuniqueptr in OFileTableNoel Grandin2018-05-073-19/+11
* loplugin:useuniqueptr in connectivity::OSortIndexNoel Grandin2018-05-047-20/+19
* make createStream_simpleError return std::unique_ptrNoel Grandin2018-05-037-21/+13
* loplugin:countusersofdefaultparamsNoel Grandin2018-04-281-1/+1
* use more thread safe static initializer in postgresql driverJochen Nitschke2018-04-2510-314/+168
* Iceweasel and Icedove are dead…Adolfo Jayme Barrientos2018-04-221-1/+1
* tdf#117081: show Firebird by defaultXisco Fauli2018-04-181-6/+1
* remove no longer necessary operator new/delete overridesNoel Grandin2018-04-178-72/+0
* loplugin:constparamsNoel Grandin2018-04-172-2/+2
* remove some unused comphelper includesJochen Nitschke2018-04-1528-29/+0
* Revert HSQLDB related unit testsTamas Bunth2018-04-143-214/+8
* tdf#105075 Firebird: Support Limit of query_GUITamas Bunth2018-04-141-0/+20
* Fix typosAndrea Gelmini2018-04-141-1/+1
* Revert "Remove dead HSQLDB driver"Sophia Schröder2018-04-1244-2/+4246
* new loplugin:unusedvariablemoreNoel Grandin2018-04-112-11/+1
* Fix typosAndrea Gelmini2018-04-111-1/+1
* Remove dead HSQLDB driverTamas Bunth2018-04-1044-4246/+2
* SQL string quoting: escape "'" character also at beginning of stringLionel Elie Mamane2018-04-081-1/+1
* dbaccess: Enable hsql migration by defaultTamas Bunth2018-04-076-13/+219