summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql
AgeCommit message (Expand)Author
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-02boost::hash->std::hashNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-23loplugin:unusedfields in connectivityNoel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-13remove some useless commentsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-14boost->stdCaolán McNamara
2015-09-03tdf#88462 connectivity convert manual XInterfaceDaniel Robertson
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-10Fix an opposite conditionTakeshi Abe
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-07-02Fix PostgreSQL function nameAndrea Gelmini
2015-06-29coverity#1308573 Uncaught exceptionCaolán McNamara
2015-06-17postgresql-sdbc: fixup string2intarrayLionel Elie Mamane
2015-06-17postgresql-sdbc: include error message in SQLExceptionLionel Elie Mamane
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara
2015-05-17Remove include stdio (part1)Julien Nabet
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25new constantfunction lopluginNoel Grandin
2015-03-23Revert "loplugin:constantfunction: connectivity"Noel Grandin
2015-03-23loplugin:constantfunction: connectivityNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-02cppcheck: duplicate inherited memberNoel Grandin
2015-03-02remove unused structNoel Grandin
2015-03-01V804: Decreased performanceCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2015-01-15PostgreSQL statement: use :cppu::WeakComponentImplHelperLionel Elie Mamane
2015-01-15PostgreSQL statement: deliver promised XMultipleResults interfaceLionel Elie Mamane
2015-01-07PostgreSQL boolean more accurately described as booleanLionel Elie Mamane