Skip to content

Commit 7c78a36

Browse files
authored
Merge pull request #37 from launchql/feat/full-parse
json
2 parents 0b6ba21 + 579ff80 commit 7c78a36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

__fixtures__/generated/upstream-diff.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"original/copy-1.sql": {
3-
"original": "COPY (SELECT 1) TO '/test.csv' WITH (FORMAT CSV)",
4-
"deparsed": "COPY (SELECT 1) TO '/test.csv' WITH (format = 'csv')"
5-
},
62
"original/upstream/xmlmap-7.sql": {
73
"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')",
84
"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')"

0 commit comments

Comments
 (0)