27 Dec
2005
27 Dec
'05
11:46 p.m.
I'm pleased to announce version 0.99.0 of HDBC, HDCB-postgresql, and HDBC-sqlite3. Tar.gz downloads are available at htp://quux.org/devel/hdbc. Darcs repositories are available under http://darcs.complete.org/. I have uploaded these three packages to Debian (sid). This release is intended as a beta release before 1.0. Changes since 0.6.0: * Make run and execute return more useful information * Added quickQuery * Added getColumnNames * Added fetchRowsMap, fetchRowsAL, etc. They return a map from column name to value. * Fixes for Hugs compatibility * Added getTables * Sqlite3 driver now supports useful return values from run/execute * Many new test cases -- John