summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_statement.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-09-27use more string_view in connectivityNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-03-23tdf#124176 Use pragma once in connectivityVincent LE GARREC1-3/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+6
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: connectivityStephan Bergmann1-9/+9
2019-04-30Fix typoAndrea Gelmini1-1/+1
2017-06-20create comphelper::RefCountedMutexNoel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-39/+20
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann1-0/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-30com::sun::star->css in connectivityNoel Grandin1-50/+50
2016-03-03loplugin:unuseddefaultparams in connectivityNoel Grandin1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-23/+23
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-7/+8
2015-01-15PostgreSQL statement: use :cppu::WeakComponentImplHelperLionel Elie Mamane1-10/+12
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold1-2/+2
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-23/+23
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-17/+17
2014-02-18add missing vim modelinesCaolán McNamara1-0/+2
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-11/+11
2012-06-25removed unused forward declarations of classTakeshi Abe1-1/+0
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: avoid "getFastPropertyValue" virtual overridden in a better wayLionel Elie Mamane1-7/+1
2011-11-17Janitorial clean-upLionel Elie Mamane1-1/+11
2011-11-17Apply sdbc-postgresql.diffLionel Elie Mamane1-0/+229