Hi,
There seems to be a problem with the Poco Sessions when using a SessionPool. If the statement fails with an exception (ex. database locked), no rollback is executed and the transaction is not closed.
The next time this session object is returned from the pool there will always be a SQLITE_ERROR error (tries to begin a new transaction while old transaction is still in progress).
Ronny





