Index: src/pragma.c ================================================================== --- src/pragma.c +++ src/pragma.c @@ -1224,10 +1224,11 @@ sqlite3VdbeAddOp2(v, OP_ResultRow, 1, 2); } } break; +#ifdef SQLITE_INTROSPECTION_PRAGMAS case PragTyp_FUNCTION_LIST: { int i; HashElem *j; FuncDef *p; pParse->nMem = 2; @@ -1256,10 +1257,19 @@ } } break; #endif /* SQLITE_OMIT_VIRTUALTABLE */ + case PragTyp_PRAGMA_LIST: { + int i; + for(i=0; i