Subject | Re: [Firebird-Java] Re: Regression from 2.1.6 |
---|---|
Author | Mark Rotteveel |
Post date | 2012-07-19T11:53:28Z |
On Thu, 19 Jul 2012 11:15:12 -0000, "Fabiano"
<fabiano@...>
wrote:
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
<fabiano@...>
wrote:
> Hi, Mark!No problem!
>
> Sorry, I remembered our talk after i posted the message.
> It really seems to be a bug in CachedRowSetImpl, altought i donĀ“t thinkI agree that the JDBC spec is not 100% clear about this, which is why
> JDBC spec is clear about what getColumnName() should return.
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