database-start-transaction bug
Alexey Antipov <[email protected]> Fri, 7 Jul 2006 11:15:01 +0400
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
There is probably a typo in database-start-transaction: (when (= (incf (transaction-level database) 1)) which should be: (when (= (incf (transaction-level database)) 1)