Kyle Gray

Results 196 comments of Kyle Gray
trafficstars

I've recompiled without using cgo which may fix the issue. Can you try these? - https://downloads.sqlc.dev/prerelease/sqlc_1.29.0_windows_arm64.zip - https://downloads.sqlc.dev/prerelease/sqlc_1.29.0_windows_amd64.zip

Thank you so much for the first pass on iterator support. Could you update your PR description with an example of how to use the `Iterate()` method? I looked over...

I found these in the release notes for Go 1.24. The [bytes](https://tip.golang.org/pkg/bytes) package adds several functions that work with iterators: - [Lines](https://tip.golang.org/pkg/bytes#Lines) returns an iterator over the newline-terminated lines in...

Not to blow up our existing design, but I just read this post (https://blog.thibaut-rousseau.com/blog/writing-testing-a-paginated-api-iterator/) which makes me think we may want to consider the following: ```go func example(ctx context.Context, q...

The `with: pointer` was originally designed for mapping NULL values to nil. This feels like a power-user feature, so maybe we add another field like `pointer_new: true`? We probably need...

We ended up downgrading to v135 to solve this issue. It looks like the issue is that removal of build support in v136

Could you please add this to the new list of community projects? I think that's a better place for it.

There are no short term plans to add database engines beyond MySQL, PostgreSQL and SQLite. The reason is that those three engines are due for a large rewrite in how...