aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-09 17:05:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-09 17:05:01 +0000
commit34cbf15e723a8d04d772f98d98c71eee5b2a05b0 (patch)
treea53a8d0d0bd09ea1c2961d9322f4666ade43db7c /railties/CHANGELOG
parentc20713834a6f3e14286fb501029437708609eaff (diff)
downloadrails-34cbf15e723a8d04d772f98d98c71eee5b2a05b0.tar.gz
rails-34cbf15e723a8d04d772f98d98c71eee5b2a05b0.tar.bz2
rails-34cbf15e723a8d04d772f98d98c71eee5b2a05b0.zip
Added support for SQL Server in the database rake tasks #1652 [ken.barker@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1785 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 35b4fc9ec3..8f375a3774 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added support for SQL Server in the database rake tasks #1652 [ken.barker@gmail.com] Note: osql and scptxfr may need to be installed on your development environment. This involves getting the .exes and a .rll (scptxfr) from a production SQL Server (not developer level SQL Server). Add their location to your Environment PATH and you are all set.
+
* Added a VERSION parameter to the migrate task that allows you to do "rake migrate VERSION=34" to migrate to the 34th version traveling up or down depending on the current version
* Extend Ruby version check to include RUBY_RELEASE_DATE >= '2005-12-25', the final Ruby 1.8.2 release #1674 [court3nay@gmail.com]