mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-05 15:56:52 +08:00
Add TestThread3 (does not yet pass). Updates #15.
modified: Makefile modified: all_test.go modified: generator.go modified: internal/bin/bin_linux_386.go modified: internal/bin/bin_linux_amd64.go new file: internal/threadtest3/threadtest3_linux_386.go new file: internal/threadtest3/threadtest3_linux_amd64.go
This commit is contained in:
@@ -70,6 +70,8 @@ func ftrace(s string, args ...interface{}) {
|
||||
os.Stderr.Sync()
|
||||
}
|
||||
|
||||
func Xsqlite3PendingByte() int32 { return _sqlite3PendingByte }
|
||||
|
||||
const (
|
||||
XFTS5_TOKENIZE_AUX = 8
|
||||
XFTS5_TOKENIZE_DOCUMENT = 4
|
||||
|
Reference in New Issue
Block a user