Skip to content
Merged

json #37

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions __fixtures__/generated/upstream-diff.json
Original file line number Diff line number Diff line change
@@ -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')"
Expand Down