Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dsqldiff.c249 int truePk = 0; /* PRAGMA table_info indentifies the PK to use */ in columnNames() local
272 truePk = 0; in columnNames()
277 if( sqlite3_column_int(pStmt,1)>=0 ) truePk = 1; in columnNames()
279 if( nCol==nKey ) truePk = 1; in columnNames()
280 if( truePk ){ in columnNames()
288 truePk = 1; in columnNames()
304 truePk = 1; in columnNames()
311 truePk = 0; in columnNames()
325 if( truePk && (iPKey = sqlite3_column_int(pStmt,5))>0 ){ in columnNames()