top | item 35984078

(no title)

mkhattab | 2 years 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.

discuss

order

1egg0myegg0|2 years ago

Howdy! The docs reflect the latest dev branch. For a specific release, you can pick it from the version dropdown in the top right!

porker|2 years ago

I think it would be a better choice to default to showing the current stable release's docs rather than the dev branch?

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

Why not show the latest stable release docs by default? I assume that's what most people would use.

mkhattab|2 years ago

Sorry! Just realized that when I checked the docs again. My bad.