Lines Matching refs:tno
16970 " tno INTEGER PRIMARY KEY,\n" /* Test number */
16977 " VALUES(coalesce((SELECT (max(tno)+100)/10 FROM selftest),10),\n"
16999 "INSERT INTO selftest(tno,op,cmd,ans)"
24360 "SELECT tno,op,cmd,ans FROM selftest ORDER BY tno",
24375 int tno = sqlite3_column_int(pStmt, 0);
24385 printf("%d: %s %s\n", tno, zOp, zSql);
24402 utf8_printf(p->out, "%d: error-code-%d: %s\n", tno, rc, zErrMsg);
24407 utf8_printf(p->out, "%d: Expected: [%s]\n", tno, zAns);
24408 utf8_printf(p->out, "%d: Got: [%s]\n", tno, str.z);
24413 "Unknown operation \"%s\" on selftest line %d\n", zOp, tno);