sqlc
sqlc copied to clipboard
fix: string the return value of PostgreSQL's interval type in Go
Fixes #1224
In Go, PostgreSQL's interval type should be string, not int64.