I am using the activerecord-jdbcderby-adapter gem with jruby 1.7.9 and rails 4.0.2 with a legacy Derby database.
My Derby tables have several smallint fields.
These are all being interpreted by the adapter as boolean (i.e. the int value is lost).
Is there a workaround for this (other than changing the column types)?