Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id D561863B9F9 for ; Sun, 13 Apr 2008 06:56:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 3F94A63B127; Sun, 13 Apr 2008 06:56:38 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C99F163B201 for ; Sun, 13 Apr 2008 06:56:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 44913175D0; Sun, 13 Apr 2008 06:56:30 +0000 (UTC) From: "Johnny C. Lam" Subject: CVS commit: pkgsrc/databases/ruby-sequel To: pkgsrc-changes@NetBSD.org Reply-To: jlam@netbsd.org Message-Id: <20080413065630.44913175D0@cvs.netbsd.org> Date: Sun, 13 Apr 2008 06:56:30 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: jlam Date: Sun Apr 13 06:56:30 UTC 2008 Modified Files: pkgsrc/databases/ruby-sequel: DESCR Makefile PLIST distinfo Log Message: Update databases/ruby-sequel to 1.4.0. Changes from version 1.3 include: + Add patch-aa and patch-ab which are changes pulled from upstream to allow the creation of new records that don't have a primary key when the cache is on. * Merge ``sequel_model'' into ``sequel''. * Eager loading for all types of associations. * One-to-many associations now populate the corresponding many-to-one instance variable (even when eagerly loaded). * ActiveRecord style has_many :through associations are now supported via many_to_many. many_to_many will no longer select the entire result set, just the columns of the associated table (and not the join table), so it works for both has_and_belongs_to_many (simple join table) and has_many :through (join table model) scenarios. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/ruby-sequel/DESCR \ pkgsrc/databases/ruby-sequel/Makefile pkgsrc/databases/ruby-sequel/PLIST \ pkgsrc/databases/ruby-sequel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.