diff options
Diffstat (limited to 'src/test8.c')
-rw-r--r-- | src/test8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test8.c b/src/test8.c index c5739332d..9b8b545fa 100644 --- a/src/test8.c +++ b/src/test8.c @@ -265,6 +265,7 @@ static int getIndexArray( while( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ const char *zIdx = (const char *)sqlite3_column_text(pStmt, 1); sqlite3_stmt *pStmt2 = 0; + if( zIdx==0 ) continue; zSql = sqlite3_mprintf("PRAGMA index_info(%s)", zIdx); if( !zSql ){ rc = SQLITE_NOMEM; |