Age | Commit message (Expand) | Author | Files | Lines |
2015-08-06 | Fix PostgreSQL function name | Andrea Gelmini | 1 | -1/+1 |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann | 1 | -1/+1 |
2015-03-25 | new constantfunction loplugin | Noel Grandin | 1 | -39/+13 |
2015-03-23 | Revert "loplugin:constantfunction: connectivity" | Noel Grandin | 1 | -0/+20 |
2015-03-23 | loplugin:constantfunction: connectivity | Noel Grandin | 1 | -20/+0 |
2015-03-02 | remove unused struct | Noel Grandin | 1 | -11/+0 |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara | 1 | -1/+1 |
2014-12-12 | connectivity: Use appropriate OUString functions on string constants | Stephan Bergmann | 1 | -6/+6 |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini | 1 | -2/+2 |
2014-05-15 | Related: #i124896# remove obsoleted pq_allocator.hxx | Caolán McNamara | 1 | -4/+2 |
2014-04-16 | connectivity: sal_Bool->bool | Noel Grandin | 1 | -1/+1 |
2014-04-15 | whitespace for include statements | Thomas Arnhold | 1 | -10/+10 |
2014-04-14 | typo: choosen -> chosen | Thomas Arnhold | 1 | -1/+1 |
2014-03-14 | comphelper,connectivity: prefer passing OUString by reference | Noel Grandin | 1 | -1/+1 |
2014-02-27 | Remove visual noise from connectivity | Alexander Wilms | 1 | -2/+2 |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann | 1 | -149/+149 |
2014-02-18 | add missing vim modelines | Caolán McNamara | 1 | -0/+2 |
2014-01-28 | bool improvements | Stephan Bergmann | 1 | -2/+2 |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL calls | Noel Grandin | 1 | -4/+4 |
2013-11-20 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls | Noel Grandin | 1 | -1/+1 |
2013-11-11 | convert OUString 0==compareToAscii to equalsAscii | Noel Grandin | 1 | -6/+6 |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin | 1 | -1/+1 |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -14/+0 |
2013-09-07 | s/wiki.services.openoffice.org/wiki.openoffice.org/g | Andras Timar | 1 | -2/+2 |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák | 1 | -9/+9 |
2013-05-02 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | 1 | -1/+0 |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | 1 | -23/+3 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 1 | -9/+8 |
2013-03-20 | Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) | Stephan Bergmann | 1 | -4/+4 |
2013-03-19 | Simplify equalsIgnoreAsciiCaseAscii[L] calls | Stephan Bergmann | 1 | -1/+1 |
2013-03-05 | doubled using | Thomas Arnhold | 1 | -2/+0 |
2013-02-19 | pure comment: write down interesting idea gleaned at FOSDEM | Lionel Elie Mamane | 1 | -0/+1 |
2013-02-14 | Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII... | Jean-Noël Rouvignac | 1 | -76/+64 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -2/+2 |
2012-02-27 | fdo#46675: fixup | Lionel Elie Mamane | 1 | -2/+2 |
2012-02-27 | fdo#46675: expand group memberships in get*Privileges | Lionel Elie Mamane | 1 | -6/+9 |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | 1 | -1/+1 |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | 1 | -2/+2 |
2012-02-09 | fdo#45249 declare support for Core SQL -> Base allows user aggregate functions | Lionel Elie Mamane | 1 | -1/+6 |
2012-02-02 | unsigned int->sal_uInt32 | Caolán McNamara | 1 | -1/+1 |
2012-02-01 | pgsql: simpler / safer check for system column | Lionel Elie Mamane | 1 | -14/+9 |
2012-02-01 | pgsql getColumns: order by columns, not by their concatenation... | Lionel Elie Mamane | 1 | -1/+1 |
2012-02-01 | pgsql: implement getColumnPrivileges, generate statement only once | Lionel Elie Mamane | 1 | -38/+88 |
2012-02-01 | postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutive | Lionel Elie Mamane | 1 | -19/+38 |
2012-02-01 | fdo#45254 getTablePrivileges: rely on information_schema | Lionel Elie Mamane | 1 | -42/+31 |
2011-12-07 | Fix build of pgsql connector (std::hash -> boost::hash) | Fridrich Štrba | 1 | -1/+1 |
2011-11-30 | pgsql-sdbc: Robustify against empty arrays, etc | Lionel Elie Mamane | 1 | -8/+5 |
2011-11-29 | postgresql: work around uninitialized warning. | Michael Meeks | 1 | -1/+1 |
2011-11-29 | WaE: sizeable postgresql warning cleanup | Michael Meeks | 1 | -11/+26 |
2011-11-24 | psql-sdbc: TODO note | Lionel Elie Mamane | 1 | -0/+1 |