summaryrefslogtreecommitdiff
path: root/vendor/github.com/ncruces/go-sqlite3/vfs/shm_bsd.go
AgeCommit message (Collapse)AuthorFiles
2024-08-30[chore] Upgrade ncruces/go-sqlite3 to v0.18.1 (#3253)Libravatar Daenney1
Contains a fix for locking behaviour on the BSDs.
2024-08-15update go-sqlite3 to v0.18.0 (#3204)Libravatar kim1
2024-06-22[chore] update github.com/ncruces/go-sqlite3 -> v0.16.3 (#3029)Libravatar kim1
2024-06-12[chore] Upgrade wasm-sqlite to v0.16.2 (#2997)Libravatar Daenney1
2024-06-07[chore] Update WASM go-sqlite3 to v0.16.1 (#2976)Libravatar Daenney1
This includes support for journal mode set to WAL on the BSDs. Relates to: #1753, #2962