We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b6ba21 + 579ff80 commit 7c78a36Copy full SHA for 7c78a36
__fixtures__/generated/upstream-diff.json
@@ -1,8 +1,4 @@
1
{
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
- },
6
"original/upstream/xmlmap-7.sql": {
7
"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')",
8
"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