Activity
Make ErrNotFound errors.Is fs.ErrNotExist
Make ErrNotFound errors.Is fs.ErrNotExist
Fix tx.Create for existing values with different length
Fix tx.Create for existing values with different length
Require go 1.21 for sync.OnceFunc
Require go 1.21 for sync.OnceFunc
Require go 1.21 for sync.OnceFunc
Require go 1.21 for sync.OnceFunc
Synchronize known writes to a Cache
Synchronize known writes to a Cache
Update access times once per Tx
Update access times once per Tx
Improve trimmed keys logging
Improve trimmed keys logging
Use sqlite3_limit so very large blob tests don't have to be so big
Use sqlite3_limit so very large blob tests don't have to be so big
Don't create blob for Blob.Size
Don't create blob for Blob.Size
Fix certain operations breaking when there's an ongoing Tx
Fix certain operations breaking when there's an ongoing Tx
Change go requirement to 1.20 from 1.21
Change go requirement to 1.20 from 1.21
Block when initing schema if there's already a write transaction
Block when initing schema if there's already a write transaction
Add Blob.{Size,Delete} and Cache.NewBlobRef
Add Blob.{Size,Delete} and Cache.NewBlobRef
Fix go-llsqlite/adapter require
Fix go-llsqlite/adapter require
Finish migrating to use Tx
Finish migrating to use Tx
Downgrade go requirement to go1.18
Downgrade go requirement to go1.18
Downgrade go requirement to go1.18
Downgrade go requirement to go1.18
Relax blob overwrite error test
Relax blob overwrite error test
Check for cache errors in several more places
Check for cache errors in several more places
Check for cache errors in several more places
Check for cache errors in several more places
Blob.{Get,Set}Tag: Return error if cache closed
Blob.{Get,Set}Tag: Return error if cache closed