summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/PreparedStatement.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-18tdf#96572 firebird correctly transmit request for NULLLionel Elie Mamane1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann1-2/+2
2014-10-21connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl1-3/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara1-2/+2
2014-06-27fdo#80574 firebird memory management issuesNorbert Thiebaud1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-35/+35
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-01-30TODO commentLionel Elie Mamane1-0/+1
2014-01-30fdo#74160 firebird XParameters::setString truncate to 65535 charactersLionel Elie Mamane1-2/+3
2014-01-03WaE: C4701: potentially uninitialized local variable 'aErr' usedTor Lillqvist1-2/+2
2014-01-01fdo#70664 Implement Blob writing (firebird-sdbc).Andrzej Hunt1-10/+118
2013-11-14fdo#70144 Mark database document as modified when data inserted in firebird.Andrzej J.R. Hunt1-0/+3
2013-09-19Cleanup exceptions in PreparedStatement.Andrzej J.R. Hunt1-13/+10
2013-09-19Throw sane exception when wrong type used in PreparedStatement.Andrzej J.R. Hunt1-4/+10
2013-09-19Don't throw unnecessary exception.Andrzej J.R. Hunt1-6/+1
2013-09-11Ensure we have prepared the statement before modify null.Andrzej J.R. Hunt1-0/+1
2013-09-10Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt1-19/+20
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-09-06Some stylistic cleanup in PreparedStatement.Andrzej J.R. Hunt1-5/+2
2013-09-06CID#1079051 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt1-2/+2
2013-09-06CID#1079048 CID#1079049 CID#1079050 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-30Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt1-14/+20
2013-08-29Implement setTimestamp. (firebird-sdbc)Andrzej J.R. Hunt1-6/+14
2013-08-29Pass by reference instead of value, fix template parameters. (firebird-sdbc)Andrzej J.R. Hunt1-3/+3
2013-08-28Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt1-21/+13
2013-08-28Remove unused code (firebird-sdbc)Andrzej J.R. Hunt1-16/+1
2013-08-28Use template to set integer parameters. (firebird-sdbc)Andrzej J.R. Hunt1-44/+21
2013-08-27Implemet setNull. (firebird-sdbc)Andrzej J.R. Hunt1-10/+10
2013-08-27Implement set[Int|Long]. (firebird-sdbc)Andrzej J.R. Hunt1-24/+44
2013-08-27Implement setShort. (firebird-sdbc)Andrzej J.R. Hunt1-18/+32
2013-08-27Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt1-4/+1
2013-08-26Quick hack to make driver usable with dbaccess/KeySet. (firebird-sdbc)Andrzej J.R. Hunt1-1/+3
2013-08-23Set Null indicator in input SQLDA as appropriate. (firebird-sdbc)Andrzej J.R. Hunt1-0/+13
2013-08-23Improve comment. (firebird-sdbc)Andrzej J.R. Hunt1-0/+3
2013-08-23Close cursors in PreparedStatement. (firebird-sdbc)Andrzej J.R. Hunt1-0/+13
2013-08-23Use correct sqlda for number of parameters. (firebird-sdbc)Andrzej J.R. Hunt1-4/+3
2013-08-15Free SQLVAR as appropriate. (firebird-sdbc)Andrzej J.R. Hunt1-1/+16
2013-08-11Improve exceptions in Statement.Andrzej J.R. Hunt1-13/+8
2013-08-11Explicit close/disposing.Andrzej J.R. Hunt1-5/+5
2013-08-11Improve statement handle handling.Andrzej J.R. Hunt1-14/+7
2013-08-07Clean up ResultSet management. (firebird-sdbc)Andrzej J.R. Hunt1-8/+6
2013-08-06Correctly handle varchar. (firebird-sdbc)Andrzej J.R. Hunt1-11/+19
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt1-0/+570