Subject Re: [Firebird-Java] Re: Eclipse DTP with Firebird
Author Roman Rokytskyy
> 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.

Roman