Lines Matching defs:omit
191 ** portability you should omit LFS.
7477 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7480 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
7482 ** checked separately in byte code. If the omit flag is change to true, then
7484 ** when the omit flag is true there is no guarantee that the constraint will
7550 unsigned char omit; /* Do not code a test for this constraint */
10042 ** are adjacent. ^The virtual table may, if it chooses, omit extra rows
10049 ** rows to be sorted.)^ ^The virtual table implementation is free to omit
10051 ** it is not required to omit any rows. This mode is used for queries
12207 ** causes the sessions module to omit this savepoint. In this case, if the
13686 ** But _XOPEN_SOURCE define causes problems for Mac OS X, so omit
14217 ** to omit code used by TEMP tables without messy #ifndef statements.
24793 ** If the library is compiled to omit the full-scale date and time
28961 ** For that reason, we will omit this optimization for now. See
32590 ** These simplified versions of the tree-view routines omit unnecessary
42994 int noLock; /* True to omit locking primitives */
49803 ** If sqlite3_temp_directory is NULL (undefined), omit the mutex and
60266 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
61838 ** enabled at compile time, the compiler can omit the tests of
61975 int noSync /* True to omit the xSync on the db file */
65002 ** When that happens, omit the aLeft[X] and use the aRight[Y] index.
66266 ** cause a problem. The checkpointer could omit to checkpoint
82979 ** But omit them (for performance) during production builds */
83720 ** strives to omit useless byte-code like this:
86264 ** can omit some redundant tests and make that opcode a lot faster. So
102856 ** idxNum==1 means show only the main bytecode and omit subprograms.
102916 pIdxInfo->aConstraintUsage[i].omit = 1;
102920 pIdxInfo->aConstraintUsage[i].omit = 1;
117200 ** systems that do not need this facility may omit it by recompiling
118989 ** with "generated always". Check for this case and omit the surplus
124692 ** it should be converted by to INTEGER again. So omit the
128129 ** foreign key, then omit this scan altogether. As all child key
128190 ** Note 2: At first glance it may seem like SQLite could simply omit
128745 ** computed. As an optimization, omit trailing SQLITE_AFF_BLOB affinities.
134312 ** remainder of this file is specific to PRAGMA processing. So omit
136954 pIdxInfo->aConstraintUsage[j].omit = 1;
136960 pIdxInfo->aConstraintUsage[j].omit = 1;
143287 ** minor optimization, so we omit it for now.)
144219 /* If a column is marked as 'hidden', omit it from the expanded
144240 /* In a join with a USING clause, omit columns in the
145100 ("omit superfluous ORDER BY on %r FROM-clause subquery\n",i+1));
151924 #define WHERE_IDX_ONLY 0x00000040 /* Use index only - omit table */
153015 ** scan (that has no == terms) so omit them. */
153062 ** is added that might allow OP_Column to omit the seek and instead do its
157280 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
157283 p->aConstraintUsage[i].omit);
157722 u16 *pmNoOmit /* Mask of terms not to omit */
159469 ** Given the definitions above, it is better to omit the IN operator
160227 u16 mNoOmit, /* Do not omit these constraints */
160317 if( pUsage[i].omit ){
161868 /* Attempt to omit tables from a join that do not affect the result.
162458 /* Attempt to omit tables from a join that do not affect the result.
162695 ** the output order. So omit any ORDER BY/GROUP BY elimination
180841 int bNoDocsize = 0; /* True to omit %_docsize table */
181344 pInfo->aConstraintUsage[iCons].omit = 1;
189674 pInfo->aConstraintUsage[i].omit = 1;
200734 pIdxInfo->aConstraintUsage[i].omit = 1;
200740 pIdxInfo->aConstraintUsage[i].omit = 1;
202963 pIdxInfo->aConstraintUsage[jj].omit = 0;
202967 pIdxInfo->aConstraintUsage[jj].omit = 1;
202999 pIdxInfo->aConstraintUsage[ii].omit = 1;
206849 pIdxInfo->aConstraintUsage[iRowidTerm].omit = 1;
206859 pIdxInfo->aConstraintUsage[iFuncTerm].omit = 0;
214433 pIdxInfo->aConstraintUsage[iSchema].omit = 1;
215215 pIdxInfo->aConstraintUsage[i].omit = 1;
215233 pIdxInfo->aConstraintUsage[i].omit = 1;
219007 ** they omit all error checking and return a pointer to the requested value.
237438 pInfo->aConstraintUsage[i].omit = 1;
238147 ** sqlite3_index_constraint.omit flag clear for range constraints