Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dautoinc.test21 # If the library is not compiled with autoincrement support then
173 # Manually change the autoincrement values in sqlite_sequence.
673 # Make sure autoincrement plays nicely with the xfer optimization
684 # 2018-04-21 autoincrement does not cause problems for upsert
H A Dvacuum2.test37 # Ticket #1121 - make sure vacuum works if all autoincrement tables
/sqlite-3.40.0/src/
H A Dtest1.c1618 int autoincrement; in test_table_column_metadata() local
1632 &zDatatype, &zCollseq, &notnull, &primarykey, &autoincrement); in test_table_column_metadata()
1644 Tcl_ListObjAppendElement(0, pRet, Tcl_NewIntObj(autoincrement)); in test_table_column_metadata()