[postmodern-devel] Cursors?

2009-03-16 Thread Lucas Hope
Hi there, Is it wrong to say that there is no support for postgres cursors in postmodern or its components? What about transactions? Just want to know before I dive in. I will likely be developing some sort of API for these. If you're interested, I will ask the boss whether I can donate that po

Re: [postmodern-devel] Cursors?

2009-03-16 Thread Marijn Haverbeke
Transactions are supported -- obviously, since you can execute SQL. See with-transaction and companions for a convenient wrapper. Cursors are not. You can get part of the behaviour you might need with dosql. Anyway, read the docs. Best, Marijn ___ postm