rails/activerecord/test/schema
Jon Moss 55385c8a39 Fix issue #23625
This resolves a bug where if the primary key used is not `id` (ex:
`uuid`), and has a `validates_uniqueness_of` in the model, a uniqueness error
would be raised. This is a partial revert of commit `119b9181ece399c67213543fb5227b82688b536f`, which introduced this behavior.
2016-02-18 00:32:38 -05:00
..
mysql2_specific_schema.rb Use t.index in create_table instead of add_index in test schema 2016-01-31 17:36:04 +09:00
oracle_specific_schema.rb tests, favor public API over inspecting columns where possible. 2014-12-01 16:57:48 +01:00
postgresql_specific_schema.rb Fix issue #23625 2016-02-18 00:32:38 -05:00
schema.rb Use t.index in create_table instead of add_index in test schema 2016-01-31 17:36:04 +09:00
sqlite_specific_schema.rb fk: use random digest names 2014-06-26 22:03:49 +02:00