You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But sqlite_opt_vtable.go only defines (missing 68 and later):
// Op mean identity of operations.const (
OpEQOp=2OpGT=4OpLE=8OpLT=16OpGE=32OpMATCH=64OpLIKE=65/* 3.10.0 and later only */OpGLOB=66/* 3.10.0 and later only */OpREGEXP=67/* 3.10.0 and later only */OpScanUnique=1/* Scan visits at most 1 row */
)
The text was updated successfully, but these errors were encountered:
A bunch of the constraint op types are missing. sqlite3-binding.h defines the following:
But sqlite_opt_vtable.go only defines (missing 68 and later):
The text was updated successfully, but these errors were encountered: