Home
last modified time | relevance | path

Searched refs:nCol2 (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/session/
H A Dtest_session.c1084 int nCol2; /* Number of columns in table */ in test_sqlite3session_foreach() local
1117 sqlite3changeset_pk(pIter, &abPK, &nCol2); in test_sqlite3session_foreach()
1118 assert( nCol==nCol2 ); in test_sqlite3session_foreach()