]> Sergey Matveev's repositories - btrtrc.git/commit
Set direct sqlite storage conn to nil on close
authorMatt Joiner <anacrolix@gmail.com>
Wed, 18 Aug 2021 06:56:05 +0000 (16:56 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 19 Aug 2021 03:37:00 +0000 (13:37 +1000)
commit8a65ef627d849e36ea8ecbf3631fbd767c43b485
tree21cf950808f4981f69d98320d2ca8374199d8215
parent092dc74458abadf8ecb4af0e87e8b2c4a0cc63ec
Set direct sqlite storage conn to nil on close

This might help catch the reason for SQLITE_MISUSE in getCapacity.
storage/sqlite/direct.go