summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/StatementCommonBase.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-02remove connectivity OSubComponentNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-23/+17
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann1-0/+5
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-27/+27
2015-11-30loplugin:unusedfieldsNoel Grandin1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-18/+18
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-5/+5
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2014-10-21connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl1-4/+1
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-18/+18
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2013-09-10Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt1-0/+2
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt1-3/+3
2013-08-27Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt1-1/+5
2013-08-15Free SQLVAR as appropriate. (firebird-sdbc)Andrzej J.R. Hunt1-2/+5
2013-08-11Improve exceptions in Statement.Andrzej J.R. Hunt1-3/+6
2013-08-11Improve statement handle handling.Andrzej J.R. Hunt1-2/+4
2013-08-07Commit after DDL statement. (firebird-sdbc)Andrzej J.R. Hunt1-0/+3
2013-08-07Clean up ResultSet management. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt1-1/+1
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-1/+0
2013-07-23Clean up naming of OStatement_Base etc. (firebird-sdbc)Andrzej J.R. Hunt1-7/+7
2013-07-23Move Statement specific methods out of common base. (firebird-sdbc)Andrzej J.R. Hunt1-8/+2
2013-07-23Move Statement_Base into it's own file (firebird-sdbc).Andrzej J.R. Hunt1-0/+154