Kyle Gray

Results 180 comments of Kyle Gray

The GitHub Actions runner now has support for M1 Macs (https://github.com/actions/runner/issues/805#issuecomment-1134882349) I'd be happy to host an M1 runner for this project until GitHub offers them by default. Would that...

> Would you be willing to look into ephemeral-VM-based isolation for CI runs on a selfhosted M1 runner? Yes > but we should absolutely remain on GitHub-hosted actions for the...

I didn't realize that v0.37.0 included [wasmtime-v0.37.0-aarch64-macos-c-api.tar.xz](https://github.com/bytecodealliance/wasmtime/releases/download/v0.37.0/wasmtime-v0.37.0-aarch64-macos-c-api.tar.xz). That solves the first part of the issue. Is the only thing blocking this a change to the build / tagging process? Once...

I can confirm that v0.37.0 builds on my M1 Mac! Here's what I'm using to test it out (https://gist.github.com/kyleconroy/a50054984159918d78aa7c0448e56db5).

The main reason I haven’t prioritized Cockroach support in the past was the difficulty in accessing just the parser and the licensing issues. It sounds like both are now fixed....

`query_parameter_limit` is now live :)

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/null_if_type/postgresql/pganalyzer) for this issue so it won’t break in the future. You can play around...

This can be accomplished in MySQL and SQLite using sqlc.slice. As for the parameter name, sqlc.arg Anand named parameters solve this issue nicely.

@stephen whoa! I completely missed this comment when you posted in a few months ago. I'll have to take a look at it over the next week.

Hey everyone, excited to announce early access to our TypeScript support. I added a step-by-step guide above to help you get started. I want to stress that this is a...