summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql
AgeCommit message (Expand)Author
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
2012-02-11Fixed wrong mapping to log level from postgresql-sdbc.iniTakeshi Abe
2012-02-10Removed unused codeAlexander Bergmann
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-10WaE: unreferenced local variableTor Lillqvist
2012-02-10WaE: unreferenced local variableTor Lillqvist
2012-02-09fdo#45249 declare support for Core SQL -> Base allows user aggregate functionsLionel Elie Mamane
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-02-02pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxesLionel Elie Mamane
2012-02-02pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after allLionel Elie Mamane
2012-02-02pgsql-sdbc: put libs libpq needs *before* libpq in the link lineLionel Elie Mamane
2012-02-02unsigned int->sal_uInt32Caolán McNamara
2012-02-01pgsql: simpler / safer check for system columnLionel Elie Mamane
2012-02-01pgsql getColumns: order by columns, not by their concatenation...Lionel Elie Mamane
2012-02-01pgsql: implement getColumnPrivileges, generate statement only onceLionel Elie Mamane
2012-02-01pgsql: clean commentsLionel Elie Mamane