summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql
AgeCommit message (Expand)Author
2013-03-28coverity#982290 Logically dead codeJulien Nabet
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-05doubled usingThomas Arnhold
2013-03-02Removing useless STLPort specific codeArnaud Versini
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet
2013-02-21Fix type unkown -> unknownJulien Nabet
2013-02-19pure comment: write down interesting idea gleaned at FOSDEMLionel Elie Mamane
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac
2013-01-21fdo#57950: Remove some chained appends in connectivity and..Marcos Paulo de Souza
2012-12-07Some cppcheck cleaningJulien Nabet
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc36
2012-10-01Use prefixes for these UNO componentsTor Lillqvist
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-12WaE: fix some "empty body" warnings on MacCaolán McNamara
2012-09-12connectivity: fix some "empty body" warnings on MacMichael Stahl
2012-08-31-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
2012-08-16Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power
2012-08-16fix for fdo#48200.diff import regrex state for filterNoel Power
2012-08-13fdo#53246 Fresh postgresql-sdbc implementation namesStephan Bergmann
2012-08-05Remove unused macrosThomas Arnhold
2012-07-11pq_allocator.hxx: work around spurious MSVC warningMichael Stahl
2012-07-04use SAL_UNUSED_PARAMETER instead of local macroLuboš Luňák
2012-06-27Remove commented out code (includes)Thomas Arnhold
2012-06-25Remove various commented out definesThomas Arnhold
2012-06-25removed unused forward declarations of classTakeshi Abe
2012-06-04nuke unused definesTakeshi Abe
2012-06-03removed unused definesTakeshi Abe
2012-05-29connectivity: add SAL_DLLPUBLIC_EXPORTMatúš Kukan
2012-05-29switch connectivity to gbuildDavid Tardon
2012-05-29connectivity: convert configurationDavid Tardon
2012-05-29component_getFactory must be exportedDavid Tardon
2012-05-24catch by const referenceTakeshi Abe
2012-05-04Revert "Fix Windows debug build."Jesús Corrius
2012-05-03Fix Windows debug build.Jesús Corrius
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-03Fix lacking break in switchJulien Nabet
2012-02-27fdo#46675: fixupLionel Elie Mamane
2012-02-27fdo#46675: expand group memberships in get*PrivilegesLionel Elie Mamane
2012-02-21WaE: remove variable scopeThomas Arnhold
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe