aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-04 06:01:03 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-04 06:01:03 +0000
commit4506a463e4af0c7b8fb7fddea1c666520d895271 (patch)
tree369b6b2d7cac7fdd9e57035868978ca082ed1397 /activerecord/CHANGELOG
parentfad2aae72b4d2db6ad105cba9ecdffc4855e6ab2 (diff)
downloadrails-4506a463e4af0c7b8fb7fddea1c666520d895271.tar.gz
rails-4506a463e4af0c7b8fb7fddea1c666520d895271.tar.bz2
rails-4506a463e4af0c7b8fb7fddea1c666520d895271.zip
Omit internal dtproperties table from SQLServer table list. Closes #2729.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2869 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 1100c01b35..cc718dafdc 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Omit internal dtproperties table from SQLServer table list. #2729 [rtomayko@gmail.com]
+
* Quote column names in generated SQL. #2728 [rtomayko@gmail.com]
* Correct the pure-Ruby MySQL 4.1.1 shim's version test. #2718 [Jeremy Kemper]