summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Fix PostgreSQL function nameAndrea Gelmini1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-25new constantfunction lopluginNoel Grandin1-39/+13
2015-03-23Revert "loplugin:constantfunction: connectivity"Noel Grandin1-0/+20
2015-03-23loplugin:constantfunction: connectivityNoel Grandin1-20/+0
2015-03-02remove unused structNoel Grandin1-11/+0
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+6
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-05-15Related: #i124896# remove obsoleted pq_allocator.hxxCaolán McNamara1-4/+2
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-1/+1
2014-04-15whitespace for include statementsThomas Arnhold1-10/+10
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-27Remove visual noise from connectivityAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-149/+149
2014-02-18add missing vim modelinesCaolán McNamara1-0/+2
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin1-4/+4
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-6/+6
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-14/+0
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-9/+9
2013-05-02Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+0
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+8
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-4/+4
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-1/+1
2013-03-05doubled usingThomas Arnhold1-2/+0
2013-02-19pure comment: write down interesting idea gleaned at FOSDEMLionel Elie Mamane1-0/+1
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-76/+64
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-02-27fdo#46675: fixupLionel Elie Mamane1-2/+2
2012-02-27fdo#46675: expand group memberships in get*PrivilegesLionel Elie Mamane1-6/+9
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-2/+2
2012-02-09fdo#45249 declare support for Core SQL -> Base allows user aggregate functionsLionel Elie Mamane1-1/+6
2012-02-02unsigned int->sal_uInt32Caolán McNamara1-1/+1
2012-02-01pgsql: simpler / safer check for system columnLionel Elie Mamane1-14/+9
2012-02-01pgsql getColumns: order by columns, not by their concatenation...Lionel Elie Mamane1-1/+1
2012-02-01pgsql: implement getColumnPrivileges, generate statement only onceLionel Elie Mamane1-38/+88
2012-02-01postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutiveLionel Elie Mamane1-19/+38
2012-02-01fdo#45254 getTablePrivileges: rely on information_schemaLionel Elie Mamane1-42/+31
2011-12-07Fix build of pgsql connector (std::hash -> boost::hash)Fridrich Štrba1-1/+1
2011-11-30pgsql-sdbc: Robustify against empty arrays, etcLionel Elie Mamane1-8/+5
2011-11-29postgresql: work around uninitialized warning.Michael Meeks1-1/+1
2011-11-29WaE: sizeable postgresql warning cleanupMichael Meeks1-11/+26
2011-11-24psql-sdbc: TODO noteLionel Elie Mamane1-0/+1