summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
AgeCommit message (Expand)Author
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2017-12-28tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth
2017-12-28Firebird: use 32 bitTamas Bunth
2017-12-28tdf#104734 Firebird improve XClob implementationTamas Bunth
2017-12-28tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth
2017-12-28tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth
2017-07-13loplugin:oncevar: empty strings: connectivityStephan Bergmann
2017-07-11loplugin:unnecessaryparenStephan Bergmann
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-05-03tdf#107196: fix firebird relationshipJulien Nabet
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-10tdf#106866 query character size instead of bytesTamás Bunth
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-30tdf#105101 check scale to determine subtypeTamás Bunth
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann
2016-12-11tdf#103074 Implement Boolean Type for FB driverWastack
2016-12-11tdf#104227 query boolean like infos correctlyWastack
2016-11-11tdf#71251: VARCHAR max length is 32765 for FirebirdJulien Nabet
2016-11-10WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack
2016-07-15tdf#71009 GSoC firebird metadata functionsWastack
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-21connectivity: firebird: use Reference for Connection where appropriateMichael Stahl
2014-10-03loplugin: cstylecastNoel Grandin
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-10-25fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RSLionel Elie Mamane
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-11Remove redundant comment. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Remove unnecessary sal_Bool(bool) casting. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-11Don't format integers as currency by default. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Comment out unused parameters instead of (void) cast. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Actually use table name in getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Implement getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-03Add some comments on foreign key retrieval (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Improve TIMESTAMP display. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-28Firebird uses "DOUBLE PRECISION" for doubles. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-21Simplify some sql statements with multiple conditions. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-21Sanitize primary key names too. (firebird-sdbc)Andrzej J.R. Hunt