jackc / pgtype

MIT License
308 stars 110 forks source link

Fix: return correct zero value when UUID conversion fails #186

Closed ndrpnt closed 2 years ago

ndrpnt commented 2 years ago

Returning time.Time{} seems like a typo?

jackc commented 2 years ago

Returning time.Time{} seems like a typo?

Yes, it seems so. Shouldn't have had any functional effect because it also returned false, but still worth cleaning up. Thanks!