Files
rails/activerecord/test/cases
Jacob Dunphy e6493eb9b7 Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id (:id => true in the create_table) if an :id column is present, even if it isn't a primary_key.
This fix sets :id => false if there is an :id column, but it's not the primary_key.

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1766 state:committed]
2009-01-29 17:34:33 +13:00
..
2008-11-24 11:14:24 -06:00
2008-07-31 16:36:23 -05:00
2008-11-07 16:22:56 -05:00
2008-03-31 03:57:25 +00:00
2008-07-31 16:36:23 -05:00
2008-07-31 16:36:23 -05:00