Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dautoinc.test19 set testprefix autoinc
24 ifcapable {!autoinc} {
38 do_test autoinc-1.1 {
47 do_test autoinc-1.2 {
56 do_test autoinc-1.3 {
69 do_test autoinc-1.4 {
79 do_test autoinc-1.5 {
82 do_test autoinc-1.6 {
89 do_test autoinc-2.1 {
94 do_test autoinc-2.2 {
[all …]
H A Dvacuum.test352 ifcapable {autoinc} {
356 CREATE TABLE autoinc(a INTEGER PRIMARY KEY AUTOINCREMENT, b);
357 INSERT INTO autoinc(b) VALUES('hi');
358 INSERT INTO autoinc(b) VALUES('there');
359 DELETE FROM autoinc;
372 INSERT INTO autoinc(b) VALUES('one');
373 INSERT INTO autoinc(b) VALUES('two');
H A Dcolmeta.test29 ifcapable autoinc {
66 ifcapable autoinc {
H A Dvacuum2.test28 ifcapable {!vacuum||!autoinc} {
H A Dalter.test535 ifcapable autoinc {
563 } ;# ifcapable autoinc
H A Dpermutations.test349 attach.test autoinc.test autoindex1.test between.test cast.test
/sqlite-3.40.0/src/
H A Dparse.y383 ccons ::= PRIMARY KEY sortorder(Z) onconf(R) autoinc(I). in sortorder()
398 %type autoinc {int}
399 autoinc(X) ::= . {X = 0;} in autoinc() function
400 autoinc(X) ::= AUTOINCR. {X = 1;} in autoinc() function
436 tcons ::= PRIMARY KEY LP sortlist(X) autoinc(I) RP onconf(R).
H A Dmain.c3790 int autoinc = 0; in sqlite3_table_column_metadata() local
3850 autoinc = pTab->iPKey==iCol && (pTab->tabFlags & TF_Autoincrement)!=0; in sqlite3_table_column_metadata()
3870 if( pAutoinc ) *pAutoinc = autoinc; in sqlite3_table_column_metadata()
/sqlite-3.40.0/
H A Dmanifest792 F test/autoinc.test 997d6f185f138229dc4251583a1d04816423dddc2fc034871a01aeb1d728cb39