From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Lambert Newsgroups: gmane.lisp.guile.user Subject: ANNOUNCE: Guile SimpleSQL 2.3.2 Date: Fri, 1 Oct 2004 23:17:53 +0100 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <1096669073.415dd7914221f@sms.ed.ac.uk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1096669096 17808 80.91.229.6 (1 Oct 2004 22:18:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2004 22:18:16 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Oct 02 00:18:05 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CDVj3-0008EW-00 for ; Sat, 02 Oct 2004 00:18:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CDVpV-0004SI-GZ for guile-user@m.gmane.org; Fri, 01 Oct 2004 18:24:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CDVpQ-0004Ps-22 for guile-user@gnu.org; Fri, 01 Oct 2004 18:24:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CDVpP-0004PX-9n for guile-user@gnu.org; Fri, 01 Oct 2004 18:24:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CDVpP-0004PN-58 for guile-user@gnu.org; Fri, 01 Oct 2004 18:24:39 -0400 Original-Received: from [129.215.166.64] (helo=grassmarket.ucs.ed.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CDVit-0008QM-Ag for guile-user@gnu.org; Fri, 01 Oct 2004 18:17:55 -0400 Original-Received: from grassmarket.ucs.ed.ac.uk (localhost [127.0.0.1]) by grassmarket.ucs.ed.ac.uk (8.12.10/8.12.10) with ESMTP id i91MHr9m007435 for ; Fri, 1 Oct 2004 23:17:53 +0100 (BST) Original-Received: (from nobody@localhost) by grassmarket.ucs.ed.ac.uk (8.12.10/8.12.9/Submit) id i91MHrvD007434 for guile-user@gnu.org; Fri, 1 Oct 2004 23:17:53 +0100 (BST) X-Authentication-Warning: grassmarket.ucs.ed.ac.uk: nobody set sender to d.j.lambert@sms.ed.ac.uk using -f Original-Received: from neeps.cache.ed.ac.uk (neeps.cache.ed.ac.uk [129.215.13.84]) by sms.ed.ac.uk (IMP) with HTTP for ; Fri, 1 Oct 2004 23:17:53 +0100 Original-To: guile-user@gnu.org User-Agent: Internet Messaging Program (IMP) 3.2.3 X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) 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: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3495 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3495 After more than two years, I've finally gotten around to another release of Guile SimpleSQL. There are some bug fixes and new features, and support for Guile 1.7. This is a development version, but feel free to treat it otherwise. Guile SimpleSQL is a module for Guile that provides a simple interface to SQL databases. It currently support MySQL and PostgreSQL. NEWS ---- ** simplesql-open argument handling extended. simplesql-open now accepts keyword arguments for all previous parameters, and now supports a (keyword-only) `port' argument. ** MySQL backend correctly handles fields with zero length. Fields with zero-length but non-null values are now correctly handled. For instance, the empty string "" is now returned as a string, not '(). ** SimpleSQL datatype external representation improved. A SimpleSQL database will now print as `# "database name">'. Availability ------------ guile-simplesql-2.3.2 is available at: http://prdownloads.sourceforge.net/guile-simplesql/guile-simplesql-2.3.1.tar.gz Dave _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user