Ehsan Gifani
Results
1
issues of
Ehsan Gifani
### Version 1.26.0 ### What happened? The type for `id` is detected wrong. ```go type ListTasksParams struct { CreateTime pgtype.Timestamptz CreateTime_2 pgtype.Timestamptz Limit int32 Offset int32 } func (q *Queries)...
bug