sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

fix: string the return value of PostgreSQL's interval type in Go

Open d-tsuji opened this issue 3 years ago • 0 comments

Fixes #1224

In Go, PostgreSQL's interval type should be string, not int64.

d-tsuji avatar Sep 18 '22 10:09 d-tsuji