Re: [Haskell] Re: Haskell DB bindings (was Re: ANN: HDBC (Haskell Database Connectivity)

2006-01-17 Thread Benjamin Franksen
On Tuesday 17 January 2006 16:08, Keean Schupke wrote: > John wrote: > >On 2006-01-14, Keean Schupke <[EMAIL PROTECTED]> wrote: > >>Erm, has nobody replied to this yet? I want a robust interface, > >> that uses bracket notation all the way down, so that any error is > >> caught and resources are f

Re: [Haskell] Re: Haskell DB bindings (was Re: ANN: HDBC (Haskell Database Connectivity)

2006-01-17 Thread Keean Schupke
John wrote: On 2006-01-14, Keean Schupke <[EMAIL PROTECTED]> wrote: Erm, has nobody replied to this yet? I want a robust interface, that uses bracket notation all the way down, so that any error is caught and resources are freed appropriately without the use of finalizers (which may not g

[Haskell] Re: Haskell DB bindings (was Re: ANN: HDBC (Haskell Database Connectivity)

2006-01-15 Thread John Goerzen
On 2006-01-14, Keean Schupke <[EMAIL PROTECTED]> wrote: > Erm, has nobody replied to this yet? I want a robust interface, that > uses bracket notation all the way down, so that any error is caught and > resources are freed appropriately without the use of finalizers (which > may not get run and