From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Linas Vepstas" Newsgroups: gmane.lisp.guile.user Subject: ANNOUNCE: Guile-DBI version 2.1.1 Date: Mon, 10 Nov 2008 16:44:50 -0600 Message-ID: <3ae3aa420811101444p3488b456u9fcf243f0a5cb9be@mail.gmail.com> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226357110 18189 80.91.229.12 (10 Nov 2008 22:45:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2008 22:45:10 +0000 (UTC) To: "Guile User Mailing List" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Nov 10 23:46:10 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KzfWL-0001sU-Lu for guile-user@m.gmane.org; Mon, 10 Nov 2008 23:46:09 +0100 Original-Received: from localhost ([127.0.0.1]:46400 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzfVD-0001Y7-CQ for guile-user@m.gmane.org; Mon, 10 Nov 2008 17:44:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzfV8-0001Y2-QY for guile-user@gnu.org; Mon, 10 Nov 2008 17:44:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzfV6-0001Xq-DA for guile-user@gnu.org; Mon, 10 Nov 2008 17:44:53 -0500 Original-Received: from [199.232.76.173] (port=41090 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzfV6-0001Xn-7M for guile-user@gnu.org; Mon, 10 Nov 2008 17:44:52 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.249]:55462) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzfV5-0004M9-VX for guile-user@gnu.org; Mon, 10 Nov 2008 17:44:52 -0500 Original-Received: by an-out-0708.google.com with SMTP id c38so471524ana.21 for ; Mon, 10 Nov 2008 14:44:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=W2DWx7jwxP8wikNCfcKqdr4gcfT7ketVrtYI2SwSC+E=; b=cSlRtckRDRMMHrfNMFWV01E6DbREwlV/wMd38KCaCV8LvNh/QFfVeZXUOrx74gsU1c /45477z/i8Eo+HATWu3ntY2A2Umf9jNzHW8KOVCoXmWD6FBMCgAwouEhv8vEc1jaWya0 SgqDjmAsrqXY3ZbDV2K9JgZfCcP6Bdl9n1OSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=kWLFMpzqTwJFVMcvVdKA0t40a+BrBtJv16uj36UIlZDtVwjsILM4kZTQXuJRdESCYz u2onh+eE9Ctmhd8a7zjhu+ysrjfwQntZelN34jBDqO857yMwGuYAADU8/i+4o91XD3Tw tWOZbF5tvjhOXEZwlAy4RTxv/mtt69OS2z78k= Original-Received: by 10.100.6.16 with SMTP id 16mr2430995anf.108.1226357090362; Mon, 10 Nov 2008 14:44:50 -0800 (PST) Original-Received: by 10.100.249.18 with HTTP; Mon, 10 Nov 2008 14:44:50 -0800 (PST) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6862 Archived-At: I was finally able to update the gna.org website for guile-dbi with a new release. What is it? -------------- guile-dbi provides a simple, generic, easy-to-use scheme/guile interface to SQL databases, such as Postgres or MySQL. The system is split into two parts: the DBI (database independent) part, which provides the scheme interfaces, and the DBD (database dependent) plugins, which connect to the actual SQL server. Currently, there are DBD backends for Postgres on MySQL. See http://home.gna.org/guile-dbi/ for more info Recent Fixes ------------------ Applied all patches previously sent to this mailing list. In particular: -- A crash during garbage collection, during db close. -- Misconversion of floating point values. -- An off-by-one error when returning lines from a Postgres database. -- Removal of calls to the deprecated guile gh_ API. -- Documentation updates. Documentation -------------------- See http://home.gna.org/guile-dbi/guile-dbi.html