Advait Shinde

Results 4 comments of Advait Shinde

@so-much-meta can you advise here? Very eager to continue progress on this project, but this seems to be a hard blocker. Happy to help update any code if you can...

This is fixed by 33627f1 no?

@somecallmemike I've seen similar issues when I (accidentally) attempted to write strings into bigint columns.

The bug actually appears [here](https://github.com/sqlc-dev/sqlc/blob/cfe6c55d0630174a3674d28d39877ccc26e034de/internal/codegen/golang/mysql_type.go#L111) where we fail to check for `notNull` in json fields. In my testing, it seems if we output `*.json.RawMessage` for nullable fields, the Scan operation...