guile-dbi - News
posted by linasvepstas, Thu 11 Apr 2013 02:14:55 PM UTC - 0 replies
The guile-dbi-2.1.5 release includes some minor fixes:
From the ChangeLog:
* Cleaned up README, TODO files.
* Missing use of guile-config in test directory.
* Fix .so vs. .dylib dynalically loadable lib issue for Mac OSX.
* Remove deprecated guile function warnings.
posted by linasvepstas, Fri 21 May 2010 10:24:03 PM UTC - 0 replies
In order to improve compatibility with guile-2.0, while maintaining compatibility with guile-1.8, this release uses guile_config to automatically determine the correct libraries to link to. In addition, pkg-config is used to find the sqlite3 and mysql include files and libraries as well.
posted by linasvepstas, Tue 18 May 2010 02:55:22 PM UTC - 0 replies
This release marks the inclusion of a SQLite DBD backend; one can now use SQLite3 with guile-dbi. Enjoy!
posted by linasvepstas, Mon 24 Nov 2008 10:30:18 PM UTC - 1 reply
guile-dbi version 2.1.2 is now available. guile-dbi is a database-independent scheme interface to the Postgres and MySQL databases.
This release fixes a major memory leak in the Postgres backend.
posted by linasvepstas, Mon 10 Nov 2008 08:50:51 PM UTC - 2 replies
Version 2.1.1 of guile-dbi is now available. This update fixes several important bugs, including:
-- A crash during garbage collection, during db close.
-- Misconversion of floating point values.
-- An off-by-one error when returning lines from a Postgres database.
-- Removal of calls to the deprecated guile gh_ API.
-- Documentation updates.
posted by baux, Tue 26 Sep 2006 03:45:28 PM UTC - 3 replies
guile-dbi + guile-dbd-mysql + guile-dbd-postgres hit major 2.0
Upgrade api to use new guile 1.8.
posted by baux, Wed 13 Jul 2005 09:06:27 PM UTC - 6 replies
Fix some minor bug which could broke compilation. Now all it's OK :)
posted by baux, Thu 24 Mar 2005 09:23:57 AM UTC - 5 replies
Changes in Guile DBD Postgresql 1.0.3:
- Implement automatic reconnection after a db server failure
(ex. broken socket, network down etc...). The number
of reconnection attempt is set by an optional parameter
in the connection string, if omitted no attempt is done.
- Improved query return values check.
- Add connection string format in the README file.
suggestions and comments are always welcomed
thanks
posted by baux, Tue 22 Mar 2005 06:47:40 PM UTC - 10 replies
- Implement automatic reconnection after a db server failure
(ex. broken socket, network down etc...). The number
of reconnection attempt is set by an optional parameter
in the connection string, if omitted no attempt is done.
- Add connection string format in the README file.
Suggestions and comments are always welcomed.
thanks
posted by baux, Mon 21 Mar 2005 06:58:43 PM UTC - 0 replies
This release implement a test framework (using greg,
http://www.gna.org/projects/greg/ ) for build verify.
A bug (found implementing the test suite) is fixed too. This bug
crushed (with a seg fault) when a the user try to close a closed
dbi connectio (which is a bad thing, but could be done :) )
Any comments or suggestions are always welcomed.
Maurizio Boriani
[Submit News]
[15 news in archive]

