aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-11-05 02:01:31 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-11-05 02:01:31 +0000
commitb6171e71050dda9e3b4ebfccd440a180283667ce (patch)
treed771aa00b002e93f28bb107d9edefd3e217c6188 /activerecord/Rakefile
parentceb3859672ddba6257ffc59c2db4fd99d98ffc9b (diff)
downloadrails-b6171e71050dda9e3b4ebfccd440a180283667ce.tar.gz
rails-b6171e71050dda9e3b4ebfccd440a180283667ce.tar.bz2
rails-b6171e71050dda9e3b4ebfccd440a180283667ce.zip
SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations workaround, remove count(distinct) query rewrite, cleanup test connection scripts. Closes #6544.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5426 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/Rakefile')
-rwxr-xr-xactiverecord/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 0faf6c0750..1dc29c0138 100755
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -23,7 +23,7 @@ PKG_FILES = FileList[
desc "Default Task"
-task :default => [ :test_mysql, :test_sqlite, :test_postgresql ]
+task :default => [ :test_mysql, :test_sqlite, :test_sqlite3, :test_postgresql ]
# Run the unit tests