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
Agree, I think it was a mistake to cast postgres bigints into ts numbers. Fixed in #109
We also have a separate ticket to track supporting custom type maps: #60
For example,
postgres bigint
->ts number
now.How to override it to
postgres bigint
->ts string
? (which default behaviour for node-postgres)The text was updated successfully, but these errors were encountered: