Subject Re: Column name not found in result set
Author Roman Rokytskyy
> óan someone shed a light on this problem with JayBird 1.5RC2?
> http://forum.hibernate.org/viewtopic.php?t=931486

From the stack trace I see that somebody called ResultSet.getLong
(String) method. Switch the driver logging to the debug level to see
exact SQL that was prepared. If it does not contain uid1_ column,
then it was "invented" somewhere above the JayBird.

Roman