Subject Metadata
Author Ruslan Cheremin
Good day everyone.

I obtain strange behavior of ResultSetMetadata implementation in JBird
driver -- I have table with column of type Integer in my DB, and when I
query column type for it, ResultSetMetadata returns java.lang.Long, but when
call rs.getObject(..) on this column, it returns java.lang.Integer object. I
don't know, is it bug or feache, but I have some problem with it in my
application. :)) Did anyone knows, that's the matter?


Thanks,

Ruslan Cheremin