Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 See url_history_provider_test.db.txt for a schema definition. | 2 See url_history_provider_test.db.txt for a schema definition. |
| 3 */ | 3 */ |
| 4 INSERT INTO "urls" VALUES(1, 'http://def.ghi?jkl=mno&pqr0123456789stu#vwx!yz=wor ds', 'This example has 19 WORDS and 35 unique characters', 3, 1, 2, 0, 29); | 4 INSERT INTO "urls" VALUES(1, 'http://def.ghi?jkl=mno&pqr0123456789stu#vwx!yz=wor ds', 'This example has 19 WORDS and 35 unique characters', 3, 1, 2, 0); |
| OLD | NEW |