mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
There's two kinds of unchecked errors here. Writes to a hash (we don't care, hash functions usually don't error in ways we care about), and rollbacks of non-writing transactions to a database. After studying the boltdb docs, I concluded that the recommended solution is to use the `.View(...)` function instead of directly controlling the transaction, so I switched the functions to do that. |
||
|---|---|---|
| .. | ||
| attrstore.go | ||