summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/StatementCommonBase.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-28firebird: return consistent (if wrong...) results for XMultipleResultsLionel Elie Mamane1-1/+1
2017-10-23loplugin:includeform: connectivityStephan Bergmann1-2/+2
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann1-12/+6
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin1-2/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-17/+10
2016-06-21connecitivty: [loplugin:nullptr]Michael Stahl1-1/+5
2016-05-30com::sun::star->css in connectivityNoel Grandin1-11/+11
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-12tdf#65108 "" instead of <> written in include lineFeyza Yavuz1-2/+2
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-21connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl1-1/+0
2014-06-27fdo#80574 firebird memory management issuesNorbert Thiebaud1-52/+63
2014-06-11Related fdo#79714 OSX-crash opening query or table in embedded Firebird ODBJulien Nabet1-0/+1
2014-05-12Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet1-10/+20
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2013-09-10Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt1-5/+5
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-27Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt1-8/+88
2013-08-16Free SQLDA if statement preparation fails. (firebird-sdbc)Andrzej J.R. Hunt1-0/+14
2013-08-11Improve exceptions in Statement.Andrzej J.R. Hunt1-53/+36
2013-08-11Improve statement handle handling.Andrzej J.R. Hunt1-10/+36
2013-08-07Commit after DDL statement. (firebird-sdbc)Andrzej J.R. Hunt1-0/+28
2013-08-07Clean up ResultSet management. (firebird-sdbc)Andrzej J.R. Hunt1-10/+9
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt1-2/+2
2013-07-29Update licence headers / rebase on APL'd skeleton driver (firebird-sdbc)Andrzej J.R. Hunt1-30/+14
2013-07-24Remove unneded string sanitisation (firebird-sdbc).Andrzej J.R. Hunt1-12/+1
2013-07-24Define SQL dialect driver-wide and change to 3. (firebird-sdbc)Andrzej J.R. Hunt1-1/+2
2013-07-23Clean up naming of OStatement_Base etc. (firebird-sdbc)Andrzej J.R. Hunt1-34/+34
2013-07-23Move Statement specific methods out of common base. (firebird-sdbc)Andrzej J.R. Hunt1-117/+0
2013-07-23Move Statement_Base into it's own file (firebird-sdbc).Andrzej J.R. Hunt1-0/+468