Commit Graph

10 Commits

Author SHA1 Message Date
Andrzej J.R. Hunt
e6ae90b072 Reduce verbosity of getTables. (firebird-sdbc)
Change-Id: Ief8d962d39b27acfb19adaee5e470417ee98b371
2013-08-11 16:05:11 +01:00
Andrzej J.R. Hunt
54a138db91 Commit after DDL statement. (firebird-sdbc)
Changes made in a DDL statement are only usable after a
commit in firebird, e.g. a created table won't appear etc.

Change-Id: I3b537f495b6bc96fa48ebc1a3e46205da60bb2d4
2013-08-07 18:23:37 +01:00
Andrzej J.R. Hunt
c3aaa4e401 Simpligy getTablePrivileges. (firebird-sdbc)
Change-Id: I3a858fc3c94bbf6c32cc7fdae60d0ee45acb3cf2
2013-08-06 22:17:23 +02:00
Andrzej J.R. Hunt
935eab83a9 Make getPrimaryKeys actually work. (firebird-sdbc)
Change-Id: Ia300e85675a24a2900cfeb8ee75bf58356b14b30
2013-08-02 15:39:52 +02:00
Andrzej J.R. Hunt
6f92b92458 Tidy up Transaction info in DatabaseMetaData. (firebird-sdbc)
Change-Id: I77af538722e7e512db9bcd48d90f5c98ead379a2
2013-08-02 15:39:52 +02:00
Andrzej J.R. Hunt
5292d90f24 Implement supportsResultSetConcurrency. (firebird-sdbc)
Change-Id: Id830f703c40c3b16db5f6237325762619cbe54eb
2013-08-02 15:39:51 +02:00
Andrzej J.R. Hunt
d74ca3bc99 Some more DatabaseMetaData. (firebird-sdbc)
Change-Id: Ic8f1a2c1d67d163e6bd326d9b759b9f9cda67b35
2013-08-02 15:39:51 +02:00
Andrzej J.R. Hunt
fe010c7c19 Use correct MetaDataResultSetType (firebird-sdbc).
Change-Id: I9f501dc9e578c9d7bd997072345578bdc860f6a6
2013-07-31 19:04:24 +02:00
Andrzej J.R. Hunt
43095140eb Cut identifier to correct length (firebird-sdbc).
Currently firebird returns table and column identifiers as being
93 chars long (rather than 31 as per spec), this leads to problems
with ALTER and DROP commands which are unable to deal with the incorrect
length. For now we simply discard the extra characters (which are
blank characters).

(SELECT and similar commands have been able to deal with the overlength
identifiers previously, which is why this hack wasn't required
beforehand.)

Change-Id: Ib6c984b5fc72dc4e326b3f8d36f6cbc4a3c9086a
2013-07-31 19:04:23 +02:00
Andrzej J.R. Hunt
da25756ba9 Remove unnecessary F- prefix for firebird-sdbc files.
Change-Id: I6574ef7fd1c26770a74b2d1f2b0d997fcca97779
2013-07-31 16:06:58 +02:00