Subject Re: [Firebird-Java] Re: Problem with metadata in dbunit
Author Roman Rokytskyy
> I encountered the same problem with Jaybird 2.1.6 and FB 2.1.
>
> metadata.getColumns(null, null, "AA\\_BB", null)
>
> returns columns of tables AA_BB, AA_BB_CC, AA_BB_DD, ... (by the "AA\\_BB%" pattern in short)
>
> It seems a bug.

I have fixed something in HEAD, will check with your example.

Roman