c++ - Retries with locked SQLite databases in Poco 1.5.x -
from poco 1.3.4, poco::data::sqlite::sessionimpl
supported properties maxretryattempts
, maxretrysleep
, , minretrysleep
allowed control on automatic retries if database locked. these properties have been eliminated in poco 1.5.0.
what proper way handle locked database retries using poco 1.5.x?
looks porting change on 1.5.x forgotten. github issue has been created.
Comments
Post a Comment