summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/PreparedStatement.cxx
AgeCommit message (Expand)Author
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-23loplugin:redundantcast toNumericWithoutDecimalPlace returns sal_Int64 alreadyCaolán McNamara
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-23tdf#104858: fix typoJulien Nabet
2016-12-11tdf#103074 Implement Boolean Type for FB driverWastack
2016-11-21get table name from resultset simplyWastack
2016-11-21tdf#74172 ensure prepared while setting numericWastack
2016-11-12coverity#1394295 Unchecked return valueCaolán McNamara
2016-11-10loplugin:staticmethodsStephan Bergmann
2016-11-10loplugin:stringconstantStephan Bergmann
2016-11-10WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack
2016-08-18tdf#69949 GSoC Firebird implement autoincrementWastack
2016-08-17tdf#91324 correct firebird date formatWastack
2016-06-21connecitivty: [loplugin:nullptr]Michael Stahl
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-03-01coverity#1352212 Unchecked return valueCaolán McNamara
2016-02-25convert StandardSQLState to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-18tdf#96572 firebird correctly transmit request for NULLLionel Elie Mamane
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2014-10-21connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara
2014-06-27fdo#80574 firebird memory management issuesNorbert Thiebaud
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-30TODO commentLionel Elie Mamane
2014-01-30fdo#74160 firebird XParameters::setString truncate to 65535 charactersLionel Elie Mamane
2014-01-03WaE: C4701: potentially uninitialized local variable 'aErr' usedTor Lillqvist
2014-01-01fdo#70664 Implement Blob writing (firebird-sdbc).Andrzej Hunt
2013-11-14fdo#70144 Mark database document as modified when data inserted in firebird.Andrzej J.R. Hunt
2013-09-19Cleanup exceptions in PreparedStatement.Andrzej J.R. Hunt
2013-09-19Throw sane exception when wrong type used in PreparedStatement.Andrzej J.R. Hunt
2013-09-19Don't throw unnecessary exception.Andrzej J.R. Hunt
2013-09-11Ensure we have prepared the statement before modify null.Andrzej J.R. Hunt
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-09-06Some stylistic cleanup in PreparedStatement.Andrzej J.R. Hunt
2013-09-06CID#1079051 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06CID#1079048 CID#1079049 CID#1079050 Uncaught exception. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-29Implement setTimestamp. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-29Pass by reference instead of value, fix template parameters. (firebird-sdbc)Andrzej J.R. Hunt