Home | History | Annotate | Download | only in dist

Lines Matching full:permanent

6122 ** improvement performance by adding permanent indices that do not
6442 ** is not a permanent error and does not affect the return value of
10293 u8 nameClash; /* A permanent table name clashes with temp table name */
43448 ** On success return SQLITE_OK. On a permanent failure (such an
72920 /* Reload the table, index and permanent trigger schemas. */
76612 ** to be permanent. So the computation is done on a copy of the SELECT
77315 ** Exception: If we are reading the names of permanent indices from the
87099 ** has the same name as another index on a permanent index. Since
87100 ** the permanent table is hidden by the TEMP table, we can also
87101 ** safely ignore the index on the permanent table.