Nick Bruun
Nick Bruun
It's useful to have a semantic concept of location coordinates not being available when using the result of a lookup. Currently, a lookup resulting in no location will return a...
pgx/v4 supports passing and scanning into pointer types for nullable columns instead of using the standard library `Null` representation, which is super handy if you wind up interfacing a lot...
While a literal `+` should be unescaped to a white space, an encoded `+` should be unescaped to a literal `+` and not a white space as is the current...
We rely on GitHub authentication for most developer-related services, so I thought it would be nice if Freight also support it (great job, btw!) This pull request in its current...