From 586639ccf0e2fefbd1da2c59d5abcb8d64d37434 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:30:58 +0000 Subject: update go-sqlite3 to v0.18.0 (#3204) --- vendor/github.com/ncruces/go-sqlite3/vfs/os_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/github.com/ncruces/go-sqlite3/vfs/os_windows.go') diff --git a/vendor/github.com/ncruces/go-sqlite3/vfs/os_windows.go b/vendor/github.com/ncruces/go-sqlite3/vfs/os_windows.go index 83b952b16..7425b5581 100644 --- a/vendor/github.com/ncruces/go-sqlite3/vfs/os_windows.go +++ b/vendor/github.com/ncruces/go-sqlite3/vfs/os_windows.go @@ -66,6 +66,7 @@ func osDowngradeLock(file *os.File, state LockLevel) _ErrorCode { if rc := osReadLock(file, _SHARED_FIRST, _SHARED_SIZE, 0); rc != _OK { // This should never happen. // We should always be able to reacquire the read lock. + // notest return _IOERR_RDLOCK } } -- cgit v1.2.3