summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2016-03-07pgsql-sdbc: "text" dataype is *LONG*VARCHARLionel Elie Mamane1-1/+1
2016-03-07tdf#92538 pgsql-sdbc make a reasonable sorting of typesLionel Elie Mamane1-3/+76
2016-03-07When not changing the value of a string parameter, use const OUString&,Lionel Elie Mamane1-1/+1
2016-03-04tdf#92538 use proper schema name for type namesLionel Elie Mamane1-5/+17
2016-02-22WaE vs2015: casting from int32 to pointer to to odbc idiosyncraciesNorbert Thiebaud1-2/+6
2015-12-18tdf#96572 firebird correctly transmit request for NULLLionel Elie Mamane2-16/+10
2015-12-13tdf#96461 ODBC SQLBindParameter: correct DecimalDigits for time(date) valuesLionel Elie Mamane2-3/+10
2015-12-11tdf#96396 evoab2 does not need gtkDavid Tardon1-1/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-9/+2
2015-11-17Simplify down to a single appendSQLWCHARs functionStephan Bergmann4-71/+14
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann3-5/+7
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-1/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-6/+2
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian11-354/+1026
2015-11-15use initialiser for Sequence<OUString>Noel Grandin8-18/+9
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin17-34/+17
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann1-1/+1
2015-11-11coverity#1338603 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht2-48/+1
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann20-165/+165
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann178-1357/+1357
2015-11-09new loplugin: oncevarNoel Grandin6-30/+13
2015-11-06coverity#1338264 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06coverity#1338248 Uncaught exceptionCaolán McNamara4-4/+7
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann8-14/+14
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-4/+4
2015-11-05java: make inner classes static where possibleNoel Grandin1-4/+4
2015-11-04loplugin:stringconstantStephan Bergmann2-6/+3
2015-11-04loplugin:stringconstantStephan Bergmann2-8/+2
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni6-24/+21
2015-11-02loplugin:stringconstantNoel Grandin17-29/+26
2015-10-30fix OSX buildNoel Grandin1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin15-28/+25
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-4/+4
2015-10-30cppcheck: unreadVariableCaolán McNamara1-1/+1
2015-10-30loplugin:unusedmethodsNoel Grandin5-10/+0
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin2-1/+3
2015-10-27loplugin:unusedmethodsNoel Grandin1-1/+0
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky80-14894/+11
2015-10-21refactor out some com::sun::star typedefsNoel Grandin7-12/+5
2015-10-21loplugin:badvectorinitStephan Bergmann1-10/+14
2015-10-20new loplugin: badvectorinitNoel Grandin3-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann5-5/+5
2015-10-19loplugin:defaultparamsStephan Bergmann3-7/+7
2015-10-18tdf#72205 a VARCHAR and a LONGVARCHAR should compare equalLionel Elie Mamane1-1/+69
2015-10-18janitorial: indentLionel Elie Mamane1-1/+1
2015-10-16convert "continue" flag to an enumNoel Grandin1-2/+2
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin1-1/+1
2015-10-13remove some useless commentsNoel Grandin1-114/+0