guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile-PG 0.20 available


From: Thien-Thi Nguyen
Subject: Guile-PG 0.20 available
Date: Tue, 15 Jun 2004 14:30:40 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]