OLD | NEW |
| (Empty) |
1 CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Data
base API. | |
2 Test that executeSql() accepts only one statement. | |
3 PASS: INSERT INTO Test VALUES (1), | |
4 PASS: INSERT INTO Test VALUES (2);, | |
5 PASS: INSERT INTO Test VALUES (3) , | |
6 PASS: INSERT INTO Test VALUES (4); , | |
7 PASS: INSERT INTO Test VALUES (5) ;, | |
8 PASS: INSERT INTO Test VALUES (6); garbage, could not prepare statement (1, not
an error) | |
9 PASS: INSERT INTO Test VALUES (7); INSERT INTO Test VALUES (8), could not prepar
e statement (1, not an error) | |
10 PASS: INSERT INTO Test VALUES (9); INSERT INTO Test VALUES (10); , could n
ot prepare statement (1, not an error) | |
11 | |
OLD | NEW |