[Haskell] ANNOUNCE: HSQL 1.7 released
Krasimir Angelov
kr.angelov at gmail.com
Fri Dec 16 04:00:35 EST 2005
What is new?
~~~~~~~~~~
1. Driver for Oracle
2. getFieldValueMB is deprecated. Now there is the instance declaration:
instance SqlBind a => SqlBind (Maybe a)
It allows to use getFieldValue instead of getFieldValueMB.
Thanks to Frederik Eaton for this idea.
3. Database.HSQL.SQLite is renamed to Database.HSQL.SQLite2. The trouble
was that with Hugs for each module with FFI is generated an extra .dll/.so
library. In this case the library is SQLite.dll which on Windows overlaps
with the name of the real sqlite.dll library.
Home page
~~~~~~~~~
http://htoolkit.sourceforge.net
Download from
~~~~~~~~~~~~~
https://sourceforge.net/project/showfiles.php?group_id=65248&package_id=93958
More information about the Haskell
mailing list