Update to 0.35.

- 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
This commit is contained in:
gdt 2008-02-16 00:58:24 +00:00
parent 109c915ff9
commit 3b667085ba
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.32 2008/01/05 21:37:45 wiz Exp $
# $NetBSD: Makefile,v 1.33 2008/02/16 00:58:24 gdt Exp $
#
DISTNAME= guile-pg-0.34
DISTNAME= guile-pg-0.35
CATEGORIES= databases
MASTER_SITES= http://www.gnuvola.org/software/guile-pg/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2008/01/05 17:22:17 gdt Exp $
$NetBSD: distinfo,v 1.7 2008/02/16 00:58:24 gdt Exp $
SHA1 (guile-pg-0.34.tar.gz) = a7a2e113143e0e4b115a8f5e7e635e5be2f36881
RMD160 (guile-pg-0.34.tar.gz) = ec42463b9d19814abc97800ec767c60a587f6343
Size (guile-pg-0.34.tar.gz) = 599164 bytes
SHA1 (guile-pg-0.35.tar.gz) = 04824c11d55f2bb30a8deb61548dc67709494cdf
RMD160 (guile-pg-0.35.tar.gz) = b47621b1723409bf75eb5afc7f02d0f8333839ba
Size (guile-pg-0.35.tar.gz) = 600578 bytes