aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/companies.yml
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-06-30 23:55:09 +0100
committerPratik Naik <pratiknaik@gmail.com>2009-07-01 00:02:00 +0100
commit45e6f19925f23c3db257c15371d8f512cca843cd (patch)
tree64b056dc3650dded78d50f35399f23e1edf122f9 /activerecord/test/fixtures/companies.yml
parentdb3de78a83379ab2a58e0d29fb10622b813a4d44 (diff)
downloadrails-45e6f19925f23c3db257c15371d8f512cca843cd.tar.gz
rails-45e6f19925f23c3db257c15371d8f512cca843cd.tar.bz2
rails-45e6f19925f23c3db257c15371d8f512cca843cd.zip
Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a newline character immediately following 'SELECT' [#2118 state:resolved]""
This reverts commit 80f1f863cd0f9cba89079511282de5710a2e1832. 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.
Diffstat (limited to 'activerecord/test/fixtures/companies.yml')
-rw-r--r--activerecord/test/fixtures/companies.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/companies.yml b/activerecord/test/fixtures/companies.yml
index e7691fde46..9ad68fbe11 100644
--- a/activerecord/test/fixtures/companies.yml
+++ b/activerecord/test/fixtures/companies.yml
@@ -35,6 +35,14 @@ another_client:
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