Please make sure you have the latest sql.py from trunk.
CouchDB should call the rollback at 2325 not the one at line 988.

Massimo

On Dec 8, 1:57 pm, David Marko <[email protected]> wrote:
> I tried it but getting following error:
>
> Traceback (most recent call last):
> File "c:\java\web2py\gluon\main.py", line 488, in wsgibase
> BaseAdapter.close_all_instances(BaseAdapter.rollback)
> File "c:\java\web2py\gluon\sql.py", line 264, in close_all_instances
> action(instance)
> File "c:\java\web2py\gluon\sql.py", line 988, in rollback
> return self.connection.rollback()
> AttributeError: 'Server' object has no attribute 'rollback'
>
> Changes are available in CouchDB but after every request I'm getting
> error above.
>
> David

Reply via email to