summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/StatementCommonBase.cxx
AgeCommit message (Expand)Author
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
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-16Free SQLDA if statement preparation fails. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Improve exceptions in Statement.Andrzej J.R. Hunt
2013-08-11Improve statement handle handling.Andrzej J.R. Hunt
2013-08-07Commit after DDL statement. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-07Clean up ResultSet management. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt
2013-07-29Update licence headers / rebase on APL'd skeleton driver (firebird-sdbc)Andrzej J.R. Hunt
2013-07-24Remove unneded string sanitisation (firebird-sdbc).Andrzej J.R. Hunt
2013-07-24Define SQL dialect driver-wide and change to 3. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-23Clean up naming of OStatement_Base etc. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-23Move Statement specific methods out of common base. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-23Move Statement_Base into it's own file (firebird-sdbc).Andrzej J.R. Hunt