summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/StatementCommonBase.cxx
AgeCommit message (Expand)Author
2024-09-12use more concrete UNO classes in connectivityNoel Grandin
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2023-07-22tdf#146584: FB Setting default with ALTER TABLE works but gives useless messageJulien Nabet
2023-02-15Drop 'using namespace ::std' in dirs b* c*Gabor Kelemen
2022-02-18Simplify sequence of Property in connectivity/firebirdJulien Nabet
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-12-28Drop FIREBIRD_SQL_DIALECT constant and use SQL_DIALECT_CURRENTJulien Nabet
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-09-05m_pInSqlda is not needed in prepareAndDescribeStatementMike Kaganski
2021-06-10update firebird modelinesCaolán McNamara
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen
2019-07-19loplugin:referencecasting in comphelper..connectivityNoel Grandin
2019-04-13loplugin:sequentialassign in codemaker..connectivityNoel Grandin
2019-02-04tdf#122129 Firebird: fix concurrency issueTamas Bunth
2019-01-04Fix typoAndrea Gelmini
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-04-07dbaccess: Enable hsql migration by defaultTamas Bunth
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2017-12-28firebird: return consistent (if wrong...) results for XMultipleResultsLionel Elie Mamane
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-06-21connecitivty: [loplugin:nullptr]Michael Stahl
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12tdf#65108 "" instead of <> written in include lineFeyza Yavuz
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-21connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl
2014-06-27fdo#80574 firebird memory management issuesNorbert Thiebaud
2014-06-11Related fdo#79714 OSX-crash opening query or table in embedded Firebird ODBJulien Nabet
2014-05-12Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-09-10Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt