From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: Guile-PG 0.35 available Date: Wed, 13 Feb 2008 13:17:28 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1202907027 9290 80.91.229.12 (13 Feb 2008 12:50:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Feb 2008 12:50:27 +0000 (UTC) Cc: guile-user@gnu.org To: guile-sources@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 13 13:50:49 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 1JPH4Z-0001fU-S1 for guile-user@m.gmane.org; Wed, 13 Feb 2008 13:50:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPH46-0000fY-56 for guile-user@m.gmane.org; Wed, 13 Feb 2008 07:50:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPH3z-0000cr-JF for guile-user@gnu.org; Wed, 13 Feb 2008 07:50:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPH3z-0000cV-3Q for guile-user@gnu.org; Wed, 13 Feb 2008 07:50:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPH3w-0000bp-ND; Wed, 13 Feb 2008 07:50:08 -0500 Original-Received: from [151.61.140.28] (helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPH3w-0005AR-7i; Wed, 13 Feb 2008 07:50:08 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1JPGYK-0006f9-ER; Wed, 13 Feb 2008 13:17:28 +0100 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-Greylist: delayed 1838 seconds by postgrey-1.27 at monty-python; Wed, 13 Feb 2008 07:50:07 EST X-Greylist: delayed 1839 seconds by postgrey-1.27 at monty-python; Wed, 13 Feb 2008 07:50:08 EST 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:6419 gmane.lisp.guile.sources:305 Archived-At: release notes: Small bugfix, plus new string-munging procs. A few more entries left[0], plus PostgreSQL 8.x testing, plus "modernization for official Guile", and we can begin to think about moving into beta... thi ___________________________________________ [0] see (info "(guile-pg) Not Included") README excerpt: Guile-PG is a collection of modules for Guile allowing access to the PostgreSQL RDBMS from Scheme programs. The low-level module `(database postgres)' provides an almost one-to-one correspondence with the PostgreSQL "libpq" C library interface. Other higher-level modules, typically named `(database postgres-FOO)', provide abstractions and convenience procedures. This is alpha code (pre 1.0 release). It has bugs, and the interfaces may change from version to version. NEWS excerpt: - 0.35 | 2008-02-13 - Bugfix: composition INTERSECT in `parse+make-SELECT-tree' This proc, in module (database postgres-qcons), used to erroneously accept #:intersection and emit "INTERSECTION". Now, it accepts #:intersect and emits "INTERSECT". - New (database postgres) procs - pg-escape-string-conn - pg-escape-bytea-conn - pg-unescape-bytea - Tested against PostgreSQL 7.4.19 tarball, prettified source, etc, in dir: http://www.gnuvola.org/software/guile-pg/