summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/ResultSet.cxx
AgeCommit message (Expand)Author
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-01-24loplugin:constparams in connectivity..cuiNoel Grandin
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-02-01connectivity: remove dead codeChris Sherlock
2018-01-02tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist
2017-12-28tdf#104734 Firebird improve XClob implementationTamas Bunth
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin
2017-09-04loplugin:unnecessaryparen in connectivityNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann
2017-01-30tdf#105101 check scale to determine subtypeTamás Bunth
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-14tdf#70433 tdf#104734 implement sdbc XClobTamás Bunth
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann
2016-12-12some compilers don't like implicit bool-to-ORowSetValue conversionLionel Elie Mamane
2016-12-11tdf#103074 Implement Boolean Type for FB driverWastack
2016-12-04tdf#104227: fix subtypes DECIMAL/NUMERIC in resultsetJulien Nabet
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: connectivityStephan Bergmann
2016-11-21get table name from resultset simplyWastack
2016-11-10loplugin:cstylecastStephan Bergmann
2016-11-10WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack
2016-10-14tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornadith
2016-08-18tdf#69949 GSoC Firebird implement autoincrementWastack
2016-08-11tdf#91324 GSoC adapt struct tm correctly for dateWastack
2016-07-15tdf#91324 GSoC adapt struct tm correctlyWastack
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-25convert StandardSQLState to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara
2014-05-31fdo#73352 firebird don't claim to support interfaces one doesn'tLionel Elie Mamane
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-30firebird driver: do not assume sizeof(short) == 2Lionel Elie Mamane
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-11-01Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet
2013-10-27Remove redundant comment.Andrzej J.R. Hunt
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-09-19Cleanup ResultSet exceptions.Andrzej J.R. Hunt
2013-09-19Set sane default for type.Andrzej J.R. Hunt