summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-11new loplugin:unusedvariablemoreNoel Grandin2-11/+1
2018-04-11Fix typosAndrea Gelmini1-1/+1
2018-04-10Remove dead HSQLDB driverTamas Bunth44-4246/+2
2018-04-08SQL string quoting: escape "'" character also at beginning of stringLionel Elie Mamane1-1/+1
2018-04-07dbaccess: Enable hsql migration by defaultTamas Bunth6-13/+219
2018-04-07tdf#96099: replaced trivial typedef OStringVectorkowther6-17/+16
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin1-1/+1
2018-04-03coverity#1433773 Useless callCaolán McNamara1-6/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin18-43/+43
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek1-1/+1
2018-04-01fix some openoffice bugzilla linksdennisroczek1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke10-11/+0
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke1-1/+0
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin2-15/+12
2018-03-08loplugin:unusedmethodsNoel Grandin2-41/+0
2018-03-08loplugin:unusedfieldsNoel Grandin3-7/+3
2018-03-07Firebird: allow setting BINARY fix and VARBINARYTamas Bunth1-29/+62
2018-03-05Rename OCharsetMap::find overload to findIanaNameStephan Bergmann4-4/+4
2018-03-05tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-8/+16
2018-02-28Translate German comments and debug stringsJohnny_M3-3/+3
2018-02-16connectitivty: can use o3tl::make_unique<> hereMiklos Vajna1-1/+2