Richard Wheeldon

Results 7 comments of Richard Wheeldon

\copy is another one - for loading tsv / csv data and similar.

Already fixed on head in a1098de63f4f36b7ece330f53b9384f7de2bdafa - no need for a PR. Someone just needs to cut a release.

Just ran into the same problem also with the typescript plugin. Commenting how that plugin allowed my layer to be added correctly but obviously then the code doesn't exist to...

@LeeGDavis Awesome. Many thanks. That (almost) sorted it. For the record, I used 3.0.0-pre.82c9bc17 which at the time of writing seems to be the only preview available. This introduced another...

Interestingly if you do: ``` select * from "user" where "name" = any(array['me']); ``` on your example it *does* work. What the difference is I haven't yet figured out but...

@Lewenhaupt Interestingly this also works - which might be a useful workaround for your case? I wouldn't necessarily recommend it for production use-cases since the index usage is liable to...

Produces the same error when the column is used in multiple joins even if not returned by the query. e.g. ``` create table foo (x integer, y integer); create table...