summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/firebird/ResultSet.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constparams in connectivity..cuiNoel Grandin2019-01-241-1/+1
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-061-1/+0
* Add missing sal/log.hxx headersGabor Kelemen2018-07-161-0/+1
* connectivity: remove dead codeChris Sherlock2018-02-011-16/+0
* tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist2018-01-021-4/+8
* tdf#104734 Firebird improve XClob implementationTamas Bunth2017-12-281-0/+5
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-2/+2
* loplugin:flatten in connectivity..desktopNoel Grandin2017-09-211-3/+3
* loplugin:unnecessaryparen in connectivityNoel Grandin2017-09-041-4/+4
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* loplugin:casttovoid: connectivityStephan Bergmann2017-07-021-14/+6
* tdf#105101 check scale to determine subtypeTamás Bunth2017-01-301-3/+12
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-50/+31
* tdf#70433 tdf#104734 implement sdbc XClobTamás Bunth2017-01-141-1/+9
* Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann2016-12-121-2/+2
* some compilers don't like implicit bool-to-ORowSetValue conversionLionel Elie Mamane2016-12-121-1/+1
* tdf#103074 Implement Boolean Type for FB driverWastack2016-12-111-2/+3
* tdf#104227: fix subtypes DECIMAL/NUMERIC in resultsetJulien Nabet2016-12-041-4/+4
* Rewrite some (trivial) assignments inside if/while conditions: connectivityStephan Bergmann2016-11-291-2/+4
* get table name from resultset simplyWastack2016-11-211-5/+2
* loplugin:cstylecastStephan Bergmann2016-11-101-1/+1
* WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack2016-11-101-0/+82
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornadith2016-10-141-4/+1
* tdf#69949 GSoC Firebird implement autoincrementWastack2016-08-181-2/+6
* tdf#91324 GSoC adapt struct tm correctly for dateWastack2016-08-111-1/+1
* tdf#91324 GSoC adapt struct tm correctlyWastack2016-07-151-4/+8
* com::sun::star->css in connectivityNoel Grandin2016-05-301-5/+5
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-15/+15
* convert StandardSQLState to scoped enumNoel Grandin2016-02-251-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-4/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-7/+7
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-5/+5
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-1/+1
* Some more loplugin:cstylecast: connectivityStephan Bergmann2015-01-201-5/+5
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* coverity#706382 Uncaught exceptionCaolán McNamara2014-07-011-14/+14
* fdo#73352 firebird don't claim to support interfaces one doesn'tLionel Elie Mamane2014-05-311-0/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-50/+50
* Remove unneccessary commentsAlexander Wilms2014-02-231-12/+12
* firebird driver: do not assume sizeof(short) == 2Lionel Elie Mamane2014-01-301-1/+1
* remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin2013-11-111-2/+2
* Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crashJulien Nabet2013-11-011-1/+1
* Remove redundant comment.Andrzej J.R. Hunt2013-10-271-1/+0
* fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza2013-10-091-7/+2
* Cleanup ResultSet exceptions.Andrzej J.R. Hunt2013-09-191-4/+10
* Set sane default for type.Andrzej J.R. Hunt2013-09-191-3/+3
* Move type conversion into template.`Andrzej J.R. Hunt2013-09-191-36/+28
* Use conversion for Byte/Bool.Andrzej J.R. Hunt2013-09-191-10/+11