Lines Matching refs:vtab
20 ifcapable !vtab||!schema_pragmas {
129 do_test vtab-1.2152.2 {
133 do_test vtab-1.2152.3 {
138 do_test vtab-1.2152.4 {
1051 } {1 {echo-vtab-error: UNIQUE constraint failed: c.a}}
1054 } {echo-vtab-error: UNIQUE constraint failed: c.a}
1063 } {1 {echo-vtab-error: UNIQUE constraint failed: c.a}}
1076 # implementation. They are handled by SQLite after the vtab returns its
1208 # sqlite3_vtab.zErrMsg variable can be used by the vtab interface to
1232 } "1 {echo-vtab-error: the $method method has failed}"
1245 } "1 {echo-vtab-error: the $method method has failed}"
1254 } "1 {echo-vtab-error: the xRename method has failed}"
1435 # CREATE VIRTUAL TABLE main.t1 USING fts4(x); -- Ok - has vtab arguments.
1475 # 23.1: Dropping a vtab while a SELECT is running on it.
1477 # 23.2: Dropping a vtab while a SELECT that will, but has not yet,
1478 # open a cursor on the vtab, is running. In this case the
1481 # 23.3: Dropping a vtab from within a user-defined-function callback
1482 # in the middle of an "INSERT INTO vtab SELECT ..." statement.
1528 # INSERT INTO vtab -- Write to virtual table