From 579ff80d0fe2424ebb111e441cfd5b1078f99688 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sat, 21 Jun 2025 20:59:31 -0700 Subject: [PATCH] json --- __fixtures__/generated/upstream-diff.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/__fixtures__/generated/upstream-diff.json b/__fixtures__/generated/upstream-diff.json index 5c7e68c..78af341 100644 --- a/__fixtures__/generated/upstream-diff.json +++ b/__fixtures__/generated/upstream-diff.json @@ -1,8 +1,4 @@ { - "original/copy-1.sql": { - "original": "COPY (SELECT 1) TO '/test.csv' WITH (FORMAT CSV)", - "deparsed": "COPY (SELECT 1) TO '/test.csv' WITH (format = 'csv')" - }, "original/upstream/xmlmap-7.sql": { "original": "INSERT INTO testxmlschema.test2 VALUES (55, 'abc', 'def', 98.6, 2, 999, 0, '21:07', '2009-06-08 21:07:30', '2009-06-08', NULL, 'ABC', true, 'XYZ')", "upstream": "INSERT INTO testxmlschema.test2 VALUES (55, 'abc', 'def', 98.6, 2, 999, 0, '21:07', '2009-06-08 21:07:30', '2009-06-08', NULL, 'ABC', false, 'XYZ')"