Lines Matching refs:txt
58 set txt [db eval {EXPLAIN UPDATE t1 SET x=5}]
59 string match *___update_t1.x___* $txt
62 set txt [db eval {EXPLAIN UPDATE t1 SET x=5}]
63 string match *___update_t1.y___* $txt
66 set txt [db eval {EXPLAIN UPDATE t1 SET y=5}]
67 string match *___update_t1.x___* $txt
70 set txt [db eval {EXPLAIN UPDATE t1 SET y=5}]
71 string match *___update_t1.y___* $txt
74 set txt [db eval {EXPLAIN UPDATE t1 SET rowid=5}]
75 string match *___update_t1.x___* $txt
78 set txt [db eval {EXPLAIN UPDATE t1 SET rowid=5}]
79 string match *___update_t1.x___* $txt