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.28 available Date: Mon, 09 May 2005 15:23:07 +0200 Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115648533 17882 80.91.229.2 (9 May 2005 14:22:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 May 2005 14:22:13 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon May 09 16:21:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DV8sC-0004jk-9B for guile-user@m.gmane.org; Mon, 09 May 2005 16:04:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DV90W-0007t2-Ov for guile-user@m.gmane.org; Mon, 09 May 2005 10:13:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DV909-0007lm-2g for guile-user@gnu.org; Mon, 09 May 2005 10:12:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DV8xY-0007FU-Hx for guile-user@gnu.org; Mon, 09 May 2005 10:10:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DV8xN-00072r-KI; Mon, 09 May 2005 10:10:01 -0400 Original-Received: from [151.41.165.117] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DV8mB-0005GF-Ua; Mon, 09 May 2005 09:58:28 -0400 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1DV8Dz-0005Dx-00; Mon, 09 May 2005 15:23:07 +0200 Original-To: guile-sources@gnu.org 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:4465 gmane.lisp.guile.sources:198 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4465 release notes: now watch postgresql go and change their parser... thi 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.28 | 2005-05-09 - Bugfix: array reference handling in (database postgres-qcons) To guard against column names that might also be SQL keywords (for example "desc") confusing the PostgreSQL parser, symbols are normally double-quoted. Previously, the unique exception was for symbols that include a table name. Now, quoting is also inhibited when array reference syntax is detected. For example, for the expression: (or (= state "ok") (= my.state "ok") (= states[1] "ok")) Before: "state" = 'ok' OR my.state = 'ok' OR "states[1]" = 'ok' Now: "state" = 'ok' OR my.state = 'ok' OR states[1] = 'ok' - FSF street address updated in copyright notices cvs tag: v-0-28 tarball, anoncvs instructions, docs, and other files in dir: http://www.glug.org/people/ttn/software/guile-pg/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user