Subject Re: [Firebird-Java] Re: Eclipse DTP with Firebird
Author Mark Rotteveel
>> > I did find another bug, but at this time I am unsure if it is 1) a
>> > general DTP bug, 2) a bug in my code, or 3) a bug in Jaybird.
>> >
>> > I did some checks having tables
>> > TEST_TABLE
>> > TEST_TABLE2
>> > TEST_TABLE3
>> >
>> > In this setup the columns of TEST_TABLE2 and TEST_TABLE3 are also
>> listed
>> > with TEST_TABLE. When querying for columns, the _ is sent unescaped
>> > (potential bug) and thus interpreted as a single character wildcard,
>> and
>> > for some reason the presence of any wildcard causes Jaybird to append
>> a
>> > %... making it retrieve the columns for all three tables instead of
>> just
>> > TEST_TABLE (other potential bug).
>>
>> This is most likely bug in Jaybird. I will check whether it is fixed in
>> HEAD.

I checked, I believe it is fixed with JDBC-130. However I am wondering why
Jaybird is appending a '%' (and 31 spaces) to the pattern, where I think
it shouldn't do that.

--
Mark Rotteveel