Kyle Gray

Results 180 comments of Kyle Gray

I tested this on PostgreSQL 13. In this case the arguments to limit and offset are treated as bigints, not ints. ``` kyle=# \d+ authors; Table "public.authors" Column | Type...

Looks like we need to unset the ENTRYPOINT in the docker file and add `sqlc` to the PATH. We may also need to create a default work directory, but I'm...

@Luit What impact does the ordering of the columns have on your queries?

@skabbes That's an interesting proposal, but a bit beyond what this issue is tackling. Want to split it out into a separate proposal? @Threpio Yes, this is still open. There...

Very strange error message. What os / arch are you on?

I'm not sure what limit we're running into, but for the meantime let's drop the pg_catalog schema before sending it to the WASM plugin. ``` diff --git a/internal/ext/wasm/wasm.go b/internal/ext/wasm/wasm.go index...

@skabbes Something is wrong with the updated pg-gen. We should be generating two functions for `COUNT`. Here's the current function signatures on main. ```go { Name: "count", Args: []*catalog.Argument{ {...

> You can see that you manually overrode the pg_catalog just to make that work in [this commit](https://github.com/kyleconroy/sqlc/commit/846c6298ca0a53ab0cf176d16b4da56c52345d3c). I honestly forgot about the manual changes I made to `pg_catalog.go`. While...

Agreed. Going to close this PR.

@Davincible Could you please provide the schema for the Monitor and User tables?