Searched refs:cookie (Results 1 – 17 of 17) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | tkt-b72787b1.test | 22 # * Alter the schema to invalidate cookie in A 25 # * A will find a bad cookie and cause *all* statements 67 # cause all $::STMT to hit an expired cookie. Prior to the fix 68 # for [b72787b1a7, the bad cookie would expire all statements, including
|
| H A D | schema.test | 356 # the schema cookie. Then compile an SQL statement, using 357 # the current (incremented) value of the cookie. 364 # Rollback the transaction, resetting the schema cookie to the value 366 # incrementing the schema cookie. 372 # The schema cookie now has the same value as it did when SQL statement
|
| H A D | tkt-f7b4edec.test | 44 # without changing the schema cookie.
|
| H A D | backup4.test | 18 # schema cookie and change counter. Doing that could cause other clients
|
| H A D | corrupt.test | 134 set cookie [expr [execsql {PRAGMA schema_version}] + 1] 141 PRAGMA schema_version = $cookie;
|
| H A D | alter2.test | 42 # to $newval. Also, the schema cookie is incremented. 250 # file format requires incrementing the schema cookie.
|
| H A D | descidx3.test | 33 # to $newval. Also, the schema cookie is incremented.
|
| H A D | descidx2.test | 30 # to $newval. Also, the schema cookie is incremented.
|
| H A D | temptrigger.test | 145 # changed the schema cookie) it was not re-creating temp triggers attached
|
| H A D | minmax3.test | 29 # to $newval. Also, the schema cookie is incremented.
|
| H A D | vacuum.test | 154 # Make sure the schema cookie is incremented by vacuum.
|
| H A D | descidx1.test | 29 # to $newval. Also, the schema cookie is incremented.
|
| H A D | capi3.test | 701 # to $newval. Also, the schema cookie is incremented.
|
| H A D | capi3c.test | 646 # to $newval. Also, the schema cookie is incremented.
|
| /sqlite-3.40.0/src/ |
| H A D | prepare.c | 495 int cookie; in schemaIsValid() local 520 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); in schemaIsValid() 522 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){ in schemaIsValid()
|
| H A D | shell.c.in | 5930 { "schema cookie:", 40 },
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5corrupt3.test | 393 set blob "12345678" ;# cookie 405 set blob "12345678" ;# cookie
|