Home | History | Annotate | Download | only in dist

Lines Matching full:permanent

6115 ** improvement performance by adding permanent indices that do not
6435 ** is not a permanent error and does not affect the return value of
10286 u8 nameClash; /* A permanent table name clashes with temp table name */
43441 ** On success return SQLITE_OK. On a permanent failure (such an
72913 /* Reload the table, index and permanent trigger schemas. */
76605 ** to be permanent. So the computation is done on a copy of the SELECT
77308 ** Exception: If we are reading the names of permanent indices from the
87092 ** has the same name as another index on a permanent index. Since
87093 ** the permanent table is hidden by the TEMP table, we can also
87094 ** safely ignore the index on the permanent table.