You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!] have `RawValues` utilize `pgtype` encoding (#246)
* RawValues to utilize pgtype encoding
* fix a typo
* Corrected timezone issue in example
* Moved pgtypMap into the global scope to utilize proper caching.
Added mutexes to make it concurrently safe.
---------
Co-authored-by: Pavlo Golub <pavlo.golub@gmail.com>