mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 04:43:01 -06:00
bumps our fork of modernc.org/sqlite to v1.34.5 (#3731)
This commit is contained in:
parent
053d820845
commit
a24048fc05
42 changed files with 52 additions and 18306 deletions
5
vendor/modernc.org/sqlite/sqlite.go
generated
vendored
5
vendor/modernc.org/sqlite/sqlite.go
generated
vendored
|
|
@ -55,6 +55,11 @@ const (
|
|||
sqliteLockedSharedcache = sqlite3.SQLITE_LOCKED | (1 << 8)
|
||||
)
|
||||
|
||||
// https://gitlab.com/cznic/sqlite/-/issues/199
|
||||
func init() {
|
||||
sqlite3.PatchIssue199()
|
||||
}
|
||||
|
||||
// Error represents sqlite library error code.
|
||||
type Error struct {
|
||||
msg string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue