File: sqlite3_expected_diff

package info (click to toggle)
diffoscope 78~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,520 kB
  • sloc: python: 7,896; sh: 58; makefile: 54
file content (7 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
@@ -1,5 +1,5 @@
 PRAGMA foreign_keys=OFF;
 BEGIN TRANSACTION;
 CREATE TABLE test (value val);
-INSERT INTO "test" VALUES(1);
+INSERT INTO "test" VALUES(2);
 COMMIT;