From 60e9f088ac3b4d35bf949f5ca25da91598c943de Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Tue, 25 Nov 2008 17:31:59 -0500 Subject: [PATCH] Adding notes about views in README. --- README.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rdoc b/README.rdoc index 66570b449..d33c86cb4 100644 --- a/README.rdoc +++ b/README.rdoc @@ -13,6 +13,7 @@ The SQL Server adapter for rails is back for ActiveRecord 2.2 and up! We are cur * Pessimistic locking suppot. See the #add_lock! method for details. * Enabled #case_sensitive_equality_operator used by unique validations. * Unicode character support for nchar, nvarchar and ntext data types. +* Support for views as table names. Also support views during identity inserts. ==== Date/Time Data Type Hinting