Lines Matching refs:primary
199 # Test for multi-column primary keys, and for multiple primary keys.
208 } {1 {table "error1" has more than one primary key}}
216 } {1 {table "error1" has more than one primary key}}
486 # Test for memory leaks when a CREATE TABLE containing a primary key
492 CREATE TABLE test(a integer, primary key(a));
497 CREATE TABLE test(a integer, primary key(a));
502 CREATE TABLE test2(a text primary key, b text, primary key(a,b));
504 } {1 {table "test2" has more than one primary key}}