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/fixtures/companies.yml
Pratik Naik 45e6f19925 Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a newline character immediately following 'SELECT' [#2118 state:resolved]""
This reverts commit 80f1f863cd.

The feature doesn't work on Postgres, so don't test it on Postgres.
Also, Postgres compatibility is irrelevant to the ticket/patch in question.
2009-07-01 00:02:00 +01:00

64 lines
849 B
YAML

first_client:
id: 2
type: Client
firm_id: 1
client_of: 2
name: Summit
ruby_type: Client
firm_name: 37signals
first_firm:
id: 1
type: Firm
name: 37signals
ruby_type: Firm
second_client:
id: 3
type: Client
firm_id: 1
client_of: 1
name: Microsoft
ruby_type: Client
another_firm:
id: 4
type: Firm
name: Flamboyant Software
ruby_type: Firm
another_client:
id: 5
type: Client
firm_id: 4
client_of: 4
name: Ex Nihilo
ruby_type: Client
a_third_client:
id: 10
type: Client
firm_id: 4
client_of: 4
name: Ex Nihilo Part Deux
ruby_type: Client
rails_core:
id: 6
name: RailsCore
type: DependentFirm
leetsoft:
id: 7
name: Leetsoft
client_of: 6
jadedpixel:
id: 8
name: Jadedpixel
client_of: 6
odegy:
id: 9
name: Odegy
type: ExclusivelyDependentFirm