Home | History | Annotate | Download | only in dist

Lines Matching full:rootpage

8993     "       AND coalesce(rootpage,0)>0\n"
9989 "INSERT INTO sqlite_master(type,name,tbl_name,rootpage,sql)"
12973 zSql = sqlite3_mprintf("SELECT rootpage FROM sqlite_master"
13470 " rootpage integer,\n"
13949 " WHERE type='table' AND coalesce(rootpage,0)>1"
13954 " WHERE type='table' AND coalesce(rootpage,0)>1"
14218 { "imposter", SQLITE_TESTCTRL_IMPOSTER, "SCHEMA ON/OFF ROOTPAGE"},