Kyle Gray

Results 180 comments of Kyle Gray

The playground link you posted isn't working. Can you include the SQL and JSON here in the issue?

One of my favorite things about maintaining this project is all of the new SQL features I get to learn to about. I didn't know about [`DO`](https://www.postgresql.org/docs/current/sql-do.html). I switched this...

@caleblloyd I believe this is an issues with our SQLite parser. It's parsing the column type as `integernull` instead of a null integer.

@brentd Thanks for the feature request. While I've marked this as accepted, it's currently low on the priority list of features. Hopefully someone can come along and work on it.

With generics landing in Go 1.18, we can write a single wrapper function to provide this functionality. ``` package main import ( "context" "database/sql" "errors" "fmt" ) type Keyword struct...

@benefacto Could you provide a full example on how you'd use glob support to exclude those migrations? I also just created https://github.com/kyleconroy/sqlc/issues/1824 to track adding official tern support.

@go-mez Sorry for taking so long to get you a review. I know you've resolved conflicts a few times. I can promise that you'll only need to do it one...

This is a great idea. Unlike a few other engines, ZetaSQL has a full parser that's easy to import. I'll need to play around with it to make sure that...

> Would you consider adding support for C# based apps? I would. The main issue that I don't know what good C# support would look like. Kotlin support was added...