Michael Koziarski wrote:
It appears to still use floats for 'float' columns, does oracle not have one?
Not really. Oracle uses "NUMBER" for all numeric columns. There's also a "FLOAT" type, but it's not typically used (and it's effectively the same as NUMBER).
In my patch to make this work for Oracle I'll make NUMBER (w/ no precision or scale) translate to :float.
_______________________________________________ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core