1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Yves Senn 8fa8b7124b ActiveRecord::SchemaMigration has no primary key.
Before this patch, using `ActiveRecord::Base.primary_key_prefix_type`
with `:table_name_with_underscore` would change the `SchemaMigration` model
to have a primary key. This resulted in broken queries for PG because it tried
to return the inserted PK (which does not exist).

Closes #15051.
Closes #15419.
2014-06-06 15:53:33 +02:00
..
active_record/connection_adapters Add a type object to Column constructor 2014-05-17 17:16:05 -06:00
assets
cases ActiveRecord::SchemaMigration has no primary key. 2014-06-06 15:53:33 +02:00
fixtures Fixed serialization for records with an attribute named format. 2014-05-22 14:35:04 -07:00
migrations activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
models Fix regression on eager loading association based on SQL query rather 2014-06-03 16:20:08 -03:00
schema pg, preserve money type when dumping schema and extract money default. 2014-06-03 17:54:25 +02:00
support pg test, examples for default values and schema dumping of point types. 2014-06-03 13:46:32 +02:00
.gitignore
config.example.yml Remove code related to adapter which are no longer in repo 2014-05-16 18:17:25 +02:00
config.rb