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/