Kyle Gray

Results 196 comments of Kyle Gray
trafficstars

Could you provide a way to reproduce the issue? It's difficult to understand what's going on without your actual migrations.

@kazegusuri index information would only be available if sqlc was connected to a running database server. Could you give a few examples of the queries that you'd run against the...

Instead of adding a new `sqlc.xxx` function, I've been thinking about adopting the a templating system as a preprocessor step. Jinja2 supports macro definitions, which should solve your issue without...

The `package` field is the name of the package and the `out` field is the directory to generate the files.

Thanks for taking the time to contribute a PR. The tests are currently broken. Could you take a look at the failures and se what's up?

Fixed in https://github.com/sqlc-dev/sqlc/pull/4070