Hi,
No known issues.
> - Is there an official workaround for nested transactions in cache.py?
I don't think it is caused by versioncontrol/cache.py. Because Trac
DB-API doesn't support nested transaction. I guess that your custom
workflow plugin has something wrong.
I don't know if effective, "PRAGMA journal_mode WAL" and "PRAGMA
synchronous NORMAL" might help it. The parameters can be set in [trac]
database option like the following:
[trac]
database = sqlite:db/trac.db?journal_mode=wal&synchronous=normal
--
Jun Omae <
jun...@gmail.com> (大前 潤)