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