rails--rails/activerecord/lib
Giles Alexander 532219fd09 Schema dumper now records scale 0 decimal columns as decimal not integer.
The schema dumper would dump out any decimal or numeric column that had a zero
scale as an integer column. This will cause problems for very large precision
columns on some DBMSs, particularly PostgreSQL. It also looks strange to see
your column change type after moving through schema.rb.

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#2741 state:committed]
2009-06-01 13:40:05 +12:00
..
active_record Schema dumper now records scale 0 decimal columns as decimal not integer. 2009-06-01 13:40:05 +12:00
active_record.rb Merge branch 'master' into active_model 2009-05-29 16:06:21 -05:00
activerecord.rb Allow frameworks to be required by their gem name (closes #8845) [drnic] 2007-09-22 18:15:05 +00:00