summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
AgeCommit message (Expand)Author
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
2013-08-21Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-21Retrieve nullable from correct table. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-16Enable Core SQL Grammar. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14Correct negation to detect view. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-14Use table type in getTables. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Reduce getColumnPrivileges verbosity. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Reduce verbosity of getTables. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-07Commit after DDL statement. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-06Simpligy getTablePrivileges. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Make getPrimaryKeys actually work. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Tidy up Transaction info in DatabaseMetaData. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Implement supportsResultSetConcurrency. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Some more DatabaseMetaData. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-31Use correct MetaDataResultSetType (firebird-sdbc).Andrzej J.R. Hunt
2013-07-31Cut identifier to correct length (firebird-sdbc).Andrzej J.R. Hunt
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt