From: Bjorn B. <bri...@cs...> - 2007-01-24 22:25:19
|
On Jan 24, 2007, at 22:50 , Marco T=FAlio Gontijo e Silva wrote: > Hello, > > I'm using haskelldb with postgresql and I'd like to use savepoints. I > couldn't find a way to use it or to hack sql to do it by hand. > > Is it possible? > > I'm sending this question here because I want to be sure before > migrating to HDBC. Hi Marco, There is no support for savepoints in the current HaskellDB. It would =20= be interesting to add it, with some nice API. It should probably =20 generate the savepoint name automatically, and return some handle =20 that can be passed to rollbackTo. Patches are welcome! /Bj=F6rn= |