|
|
|
|
|
by mkhattab
1121 days ago
|
|
Minor annoyance: 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. |
|