Terry Liu
Terry Liu
FYI, seems like a valid workaround for now is to downgrade to older syntax e.g. ```sql DROP TRIGGER my_trigger ON my_table; CREATE TRIGGER my_trigger BEFORE UPDATE ON my_table FOR EACH...
I'm running into this too with the following settings: - go version go1.19.4 darwin/amd64 - sqlc version v1.17.0 - pgx v4 - query type `:copyfrom` - UUID type "github.com/google/uuid" I...
@kyleconroy , got some time to work on the upgrade today and this does appear to be fixed now in v5, thank you very much sir! For anyone else migrating...
Bumping this - #379 seems to not have been merged properly to release at least unless it was omitted intentionally for some reason that I'm not seeing. This would help...