Ryan Catherman
Results
2
issues of
Ryan Catherman
The virtual table omit flag is idenfified by sqlite as an optional hint you can give the database about whether you will process the constraints, but the library doesn't require...
https://github.com/mattn/go-sqlite3/blob/master/sqlite3_opt_vtable.go#L467 I'm willing to submit a PR, but wanted to first see if this was viewed as a misinterpretation of the documentation. I got the impression that setting .omit is...