summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
Commit message (Expand)AuthorAgeFilesLines
* Restrict lambda capture listStephan Bergmann2019-04-171-1/+1
* Fix use of variable before its lifetime beginsStephan Bergmann2019-04-171-1/+1
* loplugin:sequentialassign in codemaker..connectivityNoel Grandin2019-04-131-2/+1
* improve function-local statics in basic..cuiNoel Grandin2018-11-211-21/+20
* Restore the accidentally overwritten array value in ODatabaseMetaDataMuhammet Kara2018-07-281-2/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-161-0/+1
* More loplugin:cstylecast: connectivityStephan Bergmann2018-01-121-5/+5
* tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth2017-12-281-0/+5
* Firebird: use 32 bitTamas Bunth2017-12-281-1/+1
* tdf#104734 Firebird improve XClob implementationTamas Bunth2017-12-281-0/+9
* tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth2017-12-281-0/+11
* tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth2017-12-281-41/+45
* loplugin:oncevar: empty strings: connectivityStephan Bergmann2017-07-131-18/+9
* loplugin:unnecessaryparenStephan Bergmann2017-07-111-1/+1
* simplify some OUString compareTo callsNoel Grandin2017-07-101-2/+2
* loplugin:casttovoid: connectivityStephan Bergmann2017-07-021-72/+28
* loplugin:oncevar in codemaker..connectivityNoel Grandin2017-06-201-14/+7
* tdf#107196: fix firebird relationshipJulien Nabet2017-05-031-12/+12
* Removed duplicated includesAndrea Gelmini2017-04-131-1/+0
* tdf#106866 query character size instead of bytesTamás Bunth2017-04-101-2/+3
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-1/+1
* tdf#105101 check scale to determine subtypeTamás Bunth2017-01-301-17/+18
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-149/+97
* Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann2016-12-121-1/+1
* tdf#103074 Implement Boolean Type for FB driverWastack2016-12-111-0/+13
* tdf#104227 query boolean like infos correctlyWastack2016-12-111-2/+3
* tdf#71251: VARCHAR max length is 32765 for FirebirdJulien Nabet2016-11-111-2/+2
* WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack2016-11-101-26/+48
* tdf#71009 GSoC firebird metadata functionsWastack2016-07-151-12/+108
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-100/+100
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Some more loplugin:cstylecast: connectivityStephan Bergmann2015-01-201-2/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-3/+3
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-3/+0
* connectivity: firebird: use Reference for Connection where appropriateMichael Stahl2014-10-211-2/+3
* loplugin: cstylecastNoel Grandin2014-10-031-1/+1
* connectivity: sal_Bool->boolNoel Grandin2014-04-161-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-149/+149
* Remove unneccessary commentsAlexander Wilms2014-02-231-70/+70
* fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RSLionel Elie Mamane2013-10-251-11/+32
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-11/+0
* Remove redundant comment. (firebird-sdbc)Andrzej J.R. Hunt2013-09-111-2/+0
* Remove unnecessary sal_Bool(bool) casting. (firebird-sdbc)Andrzej J.R. Hunt2013-09-111-11/+11
* Don't format integers as currency by default. (firebird-sdbc)Andrzej J.R. Hunt2013-09-111-8/+5
* Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt2013-09-091-1/+1
* Comment out unused parameters instead of (void) cast. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-29/+15
* Actually use table name in getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-1/+2
* Implement getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt2013-09-061-9/+92