From ebe3a0d532152d47f270ffaa0e11b994f4a8b177 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 5 Jan 2008 14:58:28 +0000 Subject: More thoroughly quote table names. Exposes some issues with sqlite2 adapter. Closes #10698. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8571 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/warehouse-things.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 activerecord/test/fixtures/warehouse-things.yml (limited to 'activerecord/test/fixtures/warehouse-things.yml') diff --git a/activerecord/test/fixtures/warehouse-things.yml b/activerecord/test/fixtures/warehouse-things.yml new file mode 100644 index 0000000000..9e07ba7db5 --- /dev/null +++ b/activerecord/test/fixtures/warehouse-things.yml @@ -0,0 +1,3 @@ +one: + id: 1 + value: 1000 \ No newline at end of file -- cgit v1.2.3