Arel 2 isn't playing nice with my legacy tables

Specifically, it’s not playing nice with any type that it doesn’t recognize, eg. SET, ENUM, etc…

Just trying to start my Rails 3.0.2 app I get a NotImplementedError exception “Column type `` is not currently handled” on the first SET field it encounters.

Am I missing something here? Should I be disabling Arel for legacy tables or something?

Thanks,

Jason

Fixed in 2.0.3 - thanks.