summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_tools.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-18postgresql-sdbc: fixup string2intarrayLionel Elie Mamane1-10/+24
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-12/+12
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-01V804: Decreased performanceCaolán McNamara1-2/+3
2015-01-07protect agains past-the-end string accessLionel Elie Mamane1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-4/+4
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-5/+8
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-8/+5
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-3/+3
2014-05-15Related: #i124896# remove obsoleted pq_allocator.hxxCaolán McNamara1-4/+3
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-8/+8
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-03-01Clean up uses of rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLengthStephan Bergmann1-4/+2
2014-02-18add missing vim modelinesCaolán McNamara1-0/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-15/+9
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-34/+34
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-06-27Replace buggy pgsql-sdbc datetime functions with dbtools equivalentsLionel Elie Mamane1-105/+0
2013-06-18fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()Jelle van der Waa1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+3
2013-04-19-Werror,-WformatStephan Bergmann1-2/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-7/+14
2013-04-10pgsql-sdbc: set tablename even if we do not know the schemaLionel Elie Mamane1-2/+12
2013-04-10connectivty: postgres: fix a bunch of empty for body warningsMichael Stahl1-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-82/+80
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-4/+3
2012-03-03Fix lacking break in switchJulien Nabet1-0/+1
2012-02-21WaE: remove variable scopeThomas Arnhold1-1/+2
2012-02-10Removed unused codeAlexander Bergmann1-14/+0
2012-02-10WaE: unreferenced local variableTor Lillqvist1-2/+2
2011-11-30pgsql-sdbc: Robustify against empty arrays, etcLionel Elie Mamane1-10/+36
2011-11-21pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1Lionel Elie Mamane1-16/+45
2011-11-17pgsql-sdbc: be less prescriptive about indentation styleLionel Elie Mamane1-1/+1
2011-11-17postgresql-sdbc: adapt to removal of implicit (O)ustring->sal_Char* conversionLionel Elie Mamane1-19/+19
2011-11-17Switch to LGPL-onlyLionel Elie Mamane1-1/+27
2011-11-17Make sure functions meant to be locally inlined are still exportedLionel Elie Mamane1-28/+41
2011-11-17pgsql-sdbc: properly delegate escaping to libpqLionel Elie Mamane1-35/+82
2011-11-17Janitorial clean-upLionel Elie Mamane1-1/+3
2011-11-17address a few compiler warningsLionel Elie Mamane1-1/+1
2011-11-17Apply gcc-4.3-postgresql.diffLionel Elie Mamane1-0/+1
2011-11-17Apply sdbc-postgresql.diffLionel Elie Mamane1-0/+1232