Subject Re: [Firebird-Java] Re: Regression from 2.1.6
Author Mark Rotteveel
On Thu, 19 Jul 2012 11:15:12 -0000, "Fabiano"
<fabiano@...>
wrote:
> Hi, Mark!
>
> Sorry, I remembered our talk after i posted the message.

No problem!

> It really seems to be a bug in CachedRowSetImpl, altought i donĀ“t think
> JDBC spec is clear about what getColumnName() should return.

I agree that the JDBC spec is not 100% clear about this, which is why
Jaybird did it wrong before and it is probably also why it is wrong in the
CachedRowSetImpl of Sun. If you look at the other places where names of
columns are used (eg when retrieving values from a ResultSet), the
difference between columnName and columnLabel becomes clear, but you do
need to read a bit between the lines.

Mark