Guile-PG 0.20 available

Thien-Thi Nguyen <[email protected]>
Newsgroups gmane.lisp.guile.user,gmane.lisp.guile.sources
Message-ID <[email protected]>
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.20 | 2004-06-15
  
    - Bugfix: proc `defs-from-psql' now parses comma as space
  
        For example, if the column is specified as:
  
                amount numeric(9,2) not null
  
        then `defs-from-psql' would return (among other col defs):
  
                (amount numeric (9 2) "not null")
  
        Previously, `defs-from-psql' was not able to handle the comma.
  
    - Bugfix: configure script uses Guile's prefix (see README)
  
    - "make check" supports DEBUG=1 (see README)

cvs tag:

  v-0-20

anon cvs instructions, tarball, and other files in dir:

  http://www.glug.org/people/ttn/software/guile-pg/

observant readers will note TODO has a new top-level section "1.x",
taken from the ever-present "Eventually" section.  roughly speaking, the
focus of the remaining 0.x releases will be ordered: removal, coverage,
regularization and portability.  (patches for any area welcome at any
time, as long as they don't break builds against guile 1.4.x.)

thi


_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.