guile-user
[Top][All Lists]
Advanced

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

ANNOUNCE: Guile SimpleSQL 2.3.2


From: Dave Lambert
Subject: ANNOUNCE: Guile SimpleSQL 2.3.2
Date: Fri, 1 Oct 2004 23:17:53 +0100
User-agent: Internet Messaging Program (IMP) 3.2.3

After more than two years, I've finally gotten around to another release of
Guile SimpleSQL.  There are some bug fixes and new features, and support for
Guile 1.7.  This is a development version, but feel free to treat it otherwise.

Guile SimpleSQL is a module for Guile that provides a simple interface
to SQL databases.  It currently support MySQL and PostgreSQL.

NEWS
----

** simplesql-open argument handling extended.

simplesql-open now accepts keyword arguments for all previous
parameters, and now supports a (keyword-only) `port' argument.

** MySQL backend correctly handles fields with zero length.

Fields with zero-length but non-null values are now correctly handled.
For instance, the empty string "" is now returned as a string, not
'().

** SimpleSQL datatype external representation improved.

A SimpleSQL database will now print as `#<simplesql-database
<smob-hex-address> "database name">'.

Availability
------------

guile-simplesql-2.3.2 is available at:

http://prdownloads.sourceforge.net/guile-simplesql/guile-simplesql-2.3.1.tar.gz

Dave




reply via email to

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