rails--rails/activerecord/test/schema
Frederick Cheung 5cebe69e74 Preload uses exclusive scope [#643 state:resolved]
With self referential associations, the scope for the the top level should not affect fetching of associations, for example
when doing

Person.male.find :all, :include => :friends

we should load all of the friends for each male, not just the male friends.
2008-12-26 18:25:55 +00:00
..
mysql_specific_schema.rb Create mysql binary_fields table with latin1 character set as with utf8 all the limits would have to be divided by 3 to get the expected text types 2008-08-26 01:49:19 -07:00
postgresql_specific_schema.rb Ensure postgresql tests work when starting from scratch. 2008-04-30 21:54:54 +12:00
schema.rb Preload uses exclusive scope [#643 state:resolved] 2008-12-26 18:25:55 +00:00
schema2.rb
sqlite_specific_schema.rb