summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-20tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth1-0/+5
2018-03-20Firebird: use 32 bitTamas Bunth1-1/+1
2018-03-20tdf#104734 Firebird improve XClob implementationTamas Bunth1-0/+9
2018-03-20tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth1-0/+11
2018-03-20tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth1-41/+45
2017-07-13loplugin:oncevar: empty strings: connectivityStephan Bergmann1-18/+9
2017-07-11loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-07-10simplify some OUString compareTo callsNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann1-72/+28
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin1-14/+7
2017-05-03tdf#107196: fix firebird relationshipJulien Nabet1-12/+12
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-10tdf#106866 query character size instead of bytesTamás Bunth1-2/+3
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-1/+1
2017-01-30tdf#105101 check scale to determine subtypeTamás Bunth1-17/+18
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-149/+97
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann1-1/+1
2016-12-11tdf#103074 Implement Boolean Type for FB driverWastack1-0/+13
2016-12-11tdf#104227 query boolean like infos correctlyWastack1-2/+3
2016-11-11tdf#71251: VARCHAR max length is 32765 for FirebirdJulien Nabet1-2/+2
2016-11-10WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack1-26/+48
2016-07-15tdf#71009 GSoC firebird metadata functionsWastack1-12/+108
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-100/+100
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-3/+0
2014-10-21connectivity: firebird: use Reference for Connection where appropriateMichael Stahl1-2/+3
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-149/+149
2014-02-23Remove unneccessary commentsAlexander Wilms1-70/+70
2013-10-25fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RSLionel Elie Mamane1-11/+32
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-11/+0
2013-09-11Remove redundant comment. (firebird-sdbc)Andrzej J.R. Hunt1-2/+0
2013-09-11Remove unnecessary sal_Bool(bool) casting. (firebird-sdbc)Andrzej J.R. Hunt1-11/+11
2013-09-11Don't format integers as currency by default. (firebird-sdbc)Andrzej J.R. Hunt1-8/+5
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-09-06Comment out unused parameters instead of (void) cast. (firebird-sdbc)Andrzej J.R. Hunt1-29/+15
2013-09-06Actually use table name in getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt1-1/+2
2013-09-06Implement getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt1-9/+92
2013-09-03Add some comments on foreign key retrieval (firebird-sdbc)Andrzej J.R. Hunt1-0/+6
2013-08-30Improve TIMESTAMP display. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-28Firebird uses "DOUBLE PRECISION" for doubles. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-21Simplify some sql statements with multiple conditions. (firebird-sdbc)Andrzej J.R. Hunt1-21/+11
2013-08-21Sanitize primary key names too. (firebird-sdbc)Andrzej J.R. Hunt1-3/+3
2013-08-21Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)Andrzej J.R. Hunt1-31/+6
2013-08-21Retrieve nullable from correct table. (firebird-sdbc)Andrzej J.R. Hunt1-1/+5