Home | History | Annotate | Download | only in dist

Lines Matching defs:omit

5580 ** This flag instructs SQLite to omit some corner-case optimizations that
7376 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7379 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
7381 ** checked separately in byte code. If the omit flag is change to true, then
7383 ** when the omit flag is true there is no guarantee that the constraint will
7449 unsigned char omit; /* Do not code a test for this constraint */
9925 ** are adjacent. ^The virtual table may, if it chooses, omit extra rows
9932 ** rows to be sorted.)^ ^The virtual table implementation is free to omit
9934 ** it is not required to omit any rows. This mode is used for queries
12222 ** causes the sessions module to omit this savepoint. In this case, if the
12361 ** resolution decisions (OMIT or REPLACE) made while applying "remote".
12374 ** conflict resolution was "OMIT", then the local changeset is modified
12384 ** resolution was OMIT, then add an UPDATE change to the rebased
12390 ** only possible resolution is OMIT. If the remote operation was a
12397 ** with a DELETE, and the conflict resolution was OMIT, then the update
12403 ** If conflict is with a remote UPDATE and the resolution is OMIT, then
12422 ** of the OMIT resolutions.
12429 ** OMIT.