0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-06-11 23:41:48 +00:00

SQLite 3.42, 28 errors out of 839686 tests on linux/amd64

This commit is contained in:
Jan Mercl
2023-06-10 23:01:20 +02:00
parent 91c2fe3015
commit 2a8ff5d5e8
193 changed files with 801493 additions and 698588 deletions
Makefiledoc.go
functest
generator.gogo.modgo.sum
internal
lib
libtest
speedtest1
sqlite.go
testdata/tcl

@ -23,7 +23,7 @@ import (
var finalCalled bool
type sumFunction struct {
sum int64
sum int64
finalCalled *bool
}