summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_statement.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-3/+3
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-12/+12
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-01-15PostgreSQL statement: use :cppu::WeakComponentImplHelperLionel Elie Mamane1-30/+13
2015-01-15PostgreSQL statement: deliver promised XMultipleResults interfaceLionel Elie Mamane1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-8/+8
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-8/+8
2014-04-16WaE: -Werror=maybe-uninitializedCaolán McNamara1-1/+1
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-6/+6
2014-03-10connectivity: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-11/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-17/+17
2014-02-18add missing vim modelinesCaolán McNamara1-0/+2
2014-02-18coverity#984082 Uninitialized scalar fieldCaolán McNamara1-6/+8
2014-01-29bool improvementsStephan Bergmann1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-25/+17
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-7/+7
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+3
2013-04-10pgsql-sdbc: set tablename even if we do not know the schemaLionel Elie Mamane1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-32/+27
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-9/+9
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet1-2/+2
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-6/+4
2012-08-16Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power1-1/+0
2012-08-16fix for fdo#48200.diff import regrex state for filterNoel Power1-0/+1
2011-12-08WaE Mac gcc is confused with >>= operator overload (it is not alone)Norbert Thiebaud1-1/+1
2011-11-21pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1Lionel Elie Mamane1-16/+46
2011-11-17pgsql-sdbc: be less prescriptive about indentation styleLionel Elie Mamane1-1/+1
2011-11-17Switch to LGPL-onlyLionel Elie Mamane1-36/+1
2011-11-17pgsql-sdbc: properly delegate escaping to libpqLionel Elie Mamane1-5/+5
2011-11-17Janitorial clean-upLionel Elie Mamane1-9/+12
2011-11-17Janitorial clean-upLionel Elie Mamane1-0/+1
2011-11-17Apply gcc-4.3-postgresql.diffLionel Elie Mamane1-0/+1
2011-11-17Apply sdbc-postgresql.diffLionel Elie Mamane1-0/+1063