Searched refs:autoincrement (Results 1 – 3 of 3) sorted by relevance
21 # If the library is not compiled with autoincrement support then173 # Manually change the autoincrement values in sqlite_sequence.673 # Make sure autoincrement plays nicely with the xfer optimization684 # 2018-04-21 autoincrement does not cause problems for upsert
37 # Ticket #1121 - make sure vacuum works if all autoincrement tables
1618 int autoincrement; in test_table_column_metadata() local1632 &zDatatype, &zCollseq, ¬null, &primarykey, &autoincrement); in test_table_column_metadata()1644 Tcl_ListObjAppendElement(0, pRet, Tcl_NewIntObj(autoincrement)); in test_table_column_metadata()