[Haskell] ANN: Takusen 0.6

Alistair Bayley alistair at abayley.org
Fri Feb 2 06:28:34 EST 2007


We are pleased to announce a new release of Takusen. There are a large
number of changes and bug-fixes:
 - Oracle support for processing cursors returned from procedure calls
 - withContinuedSession supports connection reuse (e.g. for persistent
connections and connection pooling)
 - new README file with useful information about getting started with Takusen
 - new UTF8 en/de-coder (the old one was buggy)
 - PostgreSQL support for CalendarTime
 - improved Cabal Setup.hs script, which does a better job of
modifying the installation to reflect installed DBMS's. This gives
good ghci support (PostgreSQL users on Windows have a small extra
step)
 - prepared statement API requires that users distinguish between
queries and DML

Our long-term plans are the same as ever:
 - large objects
 - ODBC and MS Sql Server backends


Release:
  http://darcs.haskell.org/takusen/takusen-0.6.tar.gz

Source:
  darcs get --partial http://darcs.haskell.org/takusen


Oleg and Alistair


More information about the Haskell mailing list