Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dshell.c732 static int detectSchemaProblem( in detectSchemaProblem() function
782 rc = detectSchemaProblem(db, "foreign key columns do not exist", in populateTempTable()
804 rc = detectSchemaProblem(db, "implicit mapping to composite primary key", in populateTempTable()
815 rc = detectSchemaProblem(db, "implicit mapping to non-existant primary key", in populateTempTable()
862 rc = detectSchemaProblem(db, "foreign key is not unique", in populateTempTable()