Kyle Gray

Results 180 comments of Kyle Gray

@Jacob2161 The issue here is that Render doesn't have the concept of running on the host. You only have access to the container itself, which is a common pattern for...

These are the environment variables I needed to set to get my PDS up and running ![Screenshot 2024-02-23 at 8 41 08 AM](https://github.com/bluesky-social/pds/assets/34893/ebde6e4f-411f-4037-ac21-c2c5f628e187)

Codegen plugins are now stable enough. Both [Python](https://github.com/tabbed/sqlc-gen-python) and [Kotlin](https://github.com/tabbed/sqlc-gen-kotlin) support has been migrated to plugins. This means that if someone would like to try their hand at C# support,...

This is fixed in [v1.23.0](https://docs.sqlc.dev/en/latest/reference/changelog.html#v1-23-0) by enabling the [database-backed query analyzer](https://docs.sqlc.dev/en/latest/howto/generate.html#enhanced-analysis-with-managed-databases). We added a [test case](https://github.com/sqlc-dev/sqlc/tree/main/internal/endtoend/testdata/cte_update/postgresql/pgx) for this issue so it won’t break in the future. You can play around...

@colbee1 This will be released in v1.19.0, which is slated for July.

I believe this has been fixed in `pgx/v5`. Could you upgrade to v5 and let me know if you're still seeing the issue?

I removed the accepted label as we aren't planning on working on this in the short term. Still excited about it!

Not sure what's happened, but the tests haven't run for this PR. Maybe another rebase and push will fix things?

Fixed by #1571 and https://github.com/kyleconroy/sqlc/pull/1950