Lines Matching refs:key1
1864 INSERT INTO parent VALUES('key1');
1866 INSERT INTO child1 VALUES('key1');
1876 catchsql { UPDATE parent SET x = 'key one' WHERE x = 'key1' }
1892 INSERT INTO parent VALUES('key1');
1894 INSERT INTO child1 VALUES('key1');
1904 catchsql { DELETE FROM parent WHERE x = 'key1' }
1920 INSERT INTO parent VALUES('key1');
1922 INSERT INTO child1 VALUES('key1');
1927 catchsql { REPLACE INTO parent VALUES('key1') }
1955 INSERT INTO parent VALUES('key1');
1957 INSERT INTO child1 VALUES('key1');
1963 catchsql { UPDATE parent SET x = 'key one' WHERE x = 'key1' }
1989 INSERT INTO parent VALUES('key1');
1991 INSERT INTO child1 VALUES('key1');
1997 catchsql { DELETE FROM parent WHERE x = 'key1' }