summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
AgeCommit message (Expand)Author
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-05-02Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-05doubled usingThomas Arnhold
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
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-02-27fdo#46675: fixupLionel Elie Mamane
2012-02-27fdo#46675: expand group memberships in get*PrivilegesLionel Elie Mamane
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-09fdo#45249 declare support for Core SQL -> Base allows user aggregate functionsLionel 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-01postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutiveLionel Elie Mamane
2012-02-01fdo#45254 getTablePrivileges: rely on information_schemaLionel Elie Mamane
2011-12-07Fix build of pgsql connector (std::hash -> boost::hash)Fridrich Štrba
2011-11-30pgsql-sdbc: Robustify against empty arrays, etcLionel Elie Mamane
2011-11-29postgresql: work around uninitialized warning.Michael Meeks
2011-11-29WaE: sizeable postgresql warning cleanupMichael Meeks
2011-11-24psql-sdbc: TODO noteLionel Elie Mamane
2011-11-21pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1Lionel Elie Mamane
2011-11-17pgsql-sdbc: be less prescriptive about indentation styleLionel Elie Mamane
2011-11-17postgresql-sdbc: adapt to removal of implicit (O)ustring->sal_Char* conversionLionel Elie Mamane
2011-11-17Overhaul DatabaseMetaData::getTablePrivilegesLionel Elie Mamane
2011-11-17Switch to LGPL-onlyLionel Elie Mamane
2011-11-17pgsql-sdbc: switch to boost::unordered_map instead of std::unordered_mapLionel Elie Mamane
2011-11-17More TODOLionel Elie Mamane
2011-11-17sdbc-psql: DbMetaData getIntSetting: move to first row before getIntLionel Elie Mamane
2011-11-17sdbc-psql: DatabaseMetaData: Implement get(Im|Ex)portedKeys, getCrossRefLionel Elie Mamane
2011-11-17pq-sdbc: Use UNO_QUERY_THROW when not checking for NULL before useLionel Elie Mamane
2011-11-17fdo#35784 minimal fixLionel Elie Mamane
2011-11-17First pass over DatabaseMetadataLionel Elie Mamane
2011-11-17Janitorial clean-upLionel Elie Mamane
2011-11-17if test: explicit grouping by parenthesesLionel Elie Mamane
2011-11-17avoid name shadowing warningLionel Elie Mamane
2011-11-17calcSearchable: actually set return value, not fresh variableLionel Elie Mamane
2011-11-17Proper copyright notices, license mandated changelogLionel Elie Mamane
2011-11-17Use unordered_map instead of hash_mapLionel Elie Mamane
2011-11-17Apply sdbc-postgresql.diffLionel Elie Mamane