summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_statement.cxx
AgeCommit message (Collapse)Author
2016-05-30com::sun::star->css in connectivityNoel Grandin
Change-Id: I9489e92dc89a6d83a26ff4f0d9aad26acd28ad9f Reviewed-on: https://gerrit.libreoffice.org/25537 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
Change-Id: I6fada7331ee369c35cbe019db4e730ce56cd1a1f
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet
Change-Id: I749e4c3ffa0c89f919459c376edad4804b2b66ca Reviewed-on: https://gerrit.libreoffice.org/23573 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-03loplugin:unuseddefaultparams in connectivityNoel Grandin
Change-Id: I03cc69a924913713a0da819899ce259305b88016
2016-02-09sequence->vector in postgresqlNoel Grandin
Change-Id: I57bf8f4404df9f73d9a52c651c9f27784f10c937
2016-02-09Remove excess newlinesChris Sherlock
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: Iefeeb51c2b101c097a8d77a4625f84baf1f2da44
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
Change-Id: I178545792c7354a362658ac7ef8b1d4cf0865797 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
Change-Id: I080668f86f0ab8b3bba857ee21411f907ae285c4
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
Change-Id: I68b02ad101c4c2165b4618ed5d97cbffc2c43d2d
2015-08-14loplugin: defaultparamsNoel Grandin
Change-Id: Id0a933d3507bc0f8145afa04effadf8475c8e210
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
Change-Id: Id2361bd7b50f4724211661b024583b8a3445500b
2015-01-15PostgreSQL statement: use :cppu::WeakComponentImplHelperLionel Elie Mamane
Change-Id: I081d375b0249a3b0e47c1dd6db3f86fef272e7fd Reviewed-on: https://gerrit.libreoffice.org/13925 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-15PostgreSQL statement: deliver promised XMultipleResults interfaceLionel Elie Mamane
Change-Id: I0bb6df332a6666a0ae96bba38626b2626f880490
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
Change-Id: Ie16923d17541e84e0d7424fffe37caf410786abf
2014-04-16WaE: -Werror=maybe-uninitializedCaolán McNamara
Change-Id: Id9226a5d460c114d4811209020f408779dd2424d
2014-04-16connectivity: sal_Bool->boolNoel Grandin
Change-Id: I96371121ce6697f153f4e973e65831ea2265eb56
2014-03-10connectivity: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
Change-Id: I4a62143fc46b39525968f10236b10cb547fe8c50
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-18add missing vim modelinesCaolán McNamara
Change-Id: I72d565b77fad98e176e2f47368201ad1585aef3f
2014-02-18coverity#984082 Uninitialized scalar fieldCaolán McNamara
Change-Id: I9a68f51c5941cdc592a39d4cbe164321cbc05660
2014-01-29bool improvementsStephan Bergmann
Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
Convert code like: aOStringBuf.append( RTL_CONSTASCII_STRINGPARAM( " is missing )") ); to: aOStringBuf.append( " is missing )" ); which compiles down to the same code. Change-Id: I3d8ed0cbf96a881686524a167412d5f303c06b71
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
Convert code like: aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" )); to: aStrBuf.append( "ln(x)" ); which compiles down to the same code. Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-10pgsql-sdbc: set tablename even if we do not know the schemaLionel Elie Mamane
Change-Id: I74c04e1262cc413696a12aca9af603beded7b07f
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-08-16Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power
This reverts commit 094654fcebe35af07a9e12137becdf85277ef706.
2012-08-16fix for fdo#48200.diff import regrex state for filterNoel Power
Change-Id: I46b07341e96d78130e6301e40fa32df6ed2c7879
2011-12-08WaE Mac gcc is confused with >>= operator overload (it is not alone)Norbert Thiebaud
>>= operator overload turn the right-value of the operator into a left value... which confuse the heck out of the compiler's detection of use of unitialized variables (and also C-reader like me for whom >>= means something else altogether... (why on earth are we right-bitshifting... with an unitialized variable... oh! fracking operator overload!!!)
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-17Switch to LGPL-onlyLionel Elie Mamane
2011-11-17pgsql-sdbc: properly delegate escaping to libpqLionel Elie Mamane
In particular, this makes it work whether server parameter standards_conforming_strings is off or on
2011-11-17Janitorial clean-upLionel Elie Mamane
- fix a bunch of compiler warnings - Copyright statement on files I modified
2011-11-17Janitorial clean-upLionel Elie Mamane
- fix a bunch of compiler warnings - move to recommended way of comparing C strings and OUString - Copyright statement on files I modified
2011-11-17Apply gcc-4.3-postgresql.diffLionel Elie Mamane
2011-11-17Apply sdbc-postgresql.diffLionel Elie Mamane