aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-06-13 04:42:36 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-06-13 04:42:36 +0000
commit76e4c1a5584c814a761acee6dc36af589e5fe5be (patch)
tree435b5fbca4ee12eba629fa4f858863bda72a1098 /activerecord/CHANGELOG
parentfa7f4a066466f8587ddd11b96dcbbe5008ab63a9 (diff)
downloadrails-76e4c1a5584c814a761acee6dc36af589e5fe5be.tar.gz
rails-76e4c1a5584c814a761acee6dc36af589e5fe5be.tar.bz2
rails-76e4c1a5584c814a761acee6dc36af589e5fe5be.zip
r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700
Ticket #1281 r1295@iwill: jeremy | 2005-06-13 02:50:50 -0700 Apply patch, tweak, and test. r1296@iwill: jeremy | 2005-06-13 02:51:04 -0700 Changelog entry. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1410 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 9615e78d6a..0f4fabe293 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed sanitized conditions for has_many finder method. #1281 [jackc@hylesanderson.com, pragdave, Tobias Luetke]
+
* Comprehensive PostgreSQL schema support. Use the optional schema_search_path directive in database.yml to give a comma-separated list of schemas to search for your tables. This allows you, for example, to have tables in a shared schema without having to use a custom table name. See http://www.postgresql.org/docs/8.0/interactive/ddl-schemas.html to learn more. #827 [dave@cherryville.org]
* Corrected @@configurations typo #1410 [david@ruppconsulting.com]