Added compatibility with camelCase column names for dynamic finders #533 [Dee.Zsombor]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1263 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-04-30 15:49:28 +00:00
parent eefe4d0ddd
commit 2bf223051e
10 changed files with 19 additions and 9 deletions

View File

@@ -113,7 +113,8 @@ CREATE TABLE binaries (
CREATE TABLE computers (
id int NOT NULL IDENTITY(1, 1) PRIMARY KEY,
developer int NOT NULL
developer int NOT NULL,
extendedWarranty int NOT NULL
);
CREATE TABLE posts (