Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C18C5A65B7 for ; Sun, 8 Mar 2015 16:12:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 39BD814A1F4; Sun, 8 Mar 2015 16:12:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02D6114A1F0 for ; Sun, 8 Mar 2015 16:12:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QmdqsC8FfBqk for ; Sun, 8 Mar 2015 16:12:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 328DB14A1E5 for ; Sun, 8 Mar 2015 16:12:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2D55F98; Sun, 8 Mar 2015 16:12:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Mar 2015 16:12:05 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-sequel To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20150308161205.2D55F98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sun Mar 8 16:12:05 UTC 2015 Modified Files: pkgsrc/databases/ruby-sequel: Makefile PLIST distinfo Log Message: Update ruby-sequel to 4.20.0. === 4.20.0 (2015-03-03) * Restore the use of AUTOINCREMENT on SQLite (jeremyevans) (#965) * Duplicate the associations hash when duplicating a model object (jeremyevans) * Correctly apply association limit when eager loading with an eager block using default limit strategy on some databases (jeremyevans) * Fix eager loading when using the :window_function limit strategy with an eager block and cascaded associations (jeremyevans) * Add support for set_column_type :auto_increment=>true to add AUTO_INCREMENT to existing column on MySQL (jeremyevans) (#959) * Add support for overridding the :instance_specific association option (jeremyevans) * Recognize MSSQL bit type as boolean in the schema_dumper (jeremyevans) * Skip eager loading queries if there are no matching keys (jeremyevans) (#952) * Dataset#paged_each now returns an enumerator if not passed a block (jeremyevans) * Use to_json :root option with string value as the JSON object key in the json_serializer plugin (jeremyevans) * Allow create_enum in the pg_enum extension be reversible in migrations (celsworth) (#951) * Have swift adapter respect database and application timezone settings (asppsa, jeremyevans) (#946) * Don't have the static cache plugin attempt to validate objects (jeremyevans) * Make freeze not validate objects if their errors are already frozen (jeremyevans) * Only use prepared statements for associations if caching association metadata (jeremyevans) * Set parent association when loading descendants in the rcte_tree plugin (jeremyevans) * Add Database#transaction :before_retry option, specifying a proc to call before retrying (uhoh-itsmaciek) (#941) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/ruby-sequel/Makefile cvs rdiff -u -r1.30 -r1.31 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.