(no title)
mkhattab | 2 years ago
Yesterday I was reading the docs and one of the first things I tried is the following, copy and pasted, which didn't work, using version 0.71:
COPY (SELECT 42 AS a, 'hello' AS b) TO 'query.json' (FORMAT JSON, ARRAY TRUE);
>>> Error: Binder Error: Unrecognized option CSV writer "array"
Just tried the above again with this release and it's fixed now.Ideally, all commands listed in the documentation should be tested or verified to work.
Aside from that, nice work on the release! And I'm learning more and find it pretty cool, especially WASM support.
1egg0myegg0|2 years ago
porker|2 years ago
That way users who download it see the docs they expect, and those who build from the dev branch or download preview builds have to go through an extra step.
rendaw|2 years ago
mkhattab|2 years ago