summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/firebird/StatementCommonBase.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen2020-01-141-1/+0
* tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen2019-12-161-0/+2
* loplugin:referencecasting in comphelper..connectivityNoel Grandin2019-07-191-1/+1
* loplugin:sequentialassign in codemaker..connectivityNoel Grandin2019-04-131-3/+1
* tdf#122129 Firebird: fix concurrency issueTamas Bunth2019-02-041-1/+2
* Fix typoAndrea Gelmini2019-01-041-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-4/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-161-0/+1
* dbaccess: Enable hsql migration by defaultTamas Bunth2018-04-071-0/+2
* loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2018-03-121-1/+1
* More loplugin:cstylecast: connectivityStephan Bergmann2018-01-121-4/+4
* firebird: return consistent (if wrong...) results for XMultipleResultsLionel Elie Mamane2017-12-281-1/+1
* loplugin:includeform: connectivityStephan Bergmann2017-10-231-2/+2
* loplugin:casttovoid: connectivityStephan Bergmann2017-07-021-12/+6
* loplugin:oncevar in codemaker..connectivityNoel Grandin2017-06-201-2/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-17/+10
* connecitivty: [loplugin:nullptr]Michael Stahl2016-06-211-1/+5
* com::sun::star->css in connectivityNoel Grandin2016-05-301-11/+11
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin:unusedfieldsNoel Grandin2015-11-301-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* tdf#65108 "" instead of <> written in include lineFeyza Yavuz2015-10-121-2/+2
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
* Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2015-04-011-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl2014-10-211-1/+0
* fdo#80574 firebird memory management issuesNorbert Thiebaud2014-06-271-52/+63
* Related fdo#79714 OSX-crash opening query or table in embedded Firebird ODBJulien Nabet2014-06-111-0/+1
* Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet2014-05-121-10/+20
* connectivity: sal_Bool->boolNoel Grandin2014-04-161-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-11/+11
* Remove unneccessary commentsAlexander Wilms2014-02-231-6/+6
* Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt2013-09-101-5/+5
* Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt2013-09-091-1/+1
* Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt2013-08-271-8/+88
* Free SQLDA if statement preparation fails. (firebird-sdbc)Andrzej J.R. Hunt2013-08-161-0/+14
* Improve exceptions in Statement.Andrzej J.R. Hunt2013-08-111-53/+36
* Improve statement handle handling.Andrzej J.R. Hunt2013-08-111-10/+36
* Commit after DDL statement. (firebird-sdbc)Andrzej J.R. Hunt2013-08-071-0/+28
* Clean up ResultSet management. (firebird-sdbc)Andrzej J.R. Hunt2013-08-071-10/+9
* Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt2013-07-311-2/+2
* Update licence headers / rebase on APL'd skeleton driver (firebird-sdbc)Andrzej J.R. Hunt2013-07-291-30/+14
* Remove unneded string sanitisation (firebird-sdbc).Andrzej J.R. Hunt2013-07-241-12/+1
* Define SQL dialect driver-wide and change to 3. (firebird-sdbc)Andrzej J.R. Hunt2013-07-241-1/+2
* Clean up naming of OStatement_Base etc. (firebird-sdbc)Andrzej J.R. Hunt2013-07-231-34/+34
* Move Statement specific methods out of common base. (firebird-sdbc)Andrzej J.R. Hunt2013-07-231-117/+0