TableLockPolicy for WAL and Shared Cache
Released on 2018-05-02. All issues associated with this milestone can be found using this filter.
Added
- A new
TableLockPolicy
to handle table lock errors onexecute
,prepare
, andstep
operations.- Added by Christian Noon in Pull Request #7.
Updated
- The test suite by replacing
do-catch
implementations withthrows
test API variants and unhelpful assertion strings.- Updated by Christian Noon in Pull Request #8.