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
So --go-type is wonderful to selectively convert, for example, _timestamptz=[]time.Time. However it'd be great if there could be a flag to do this wholesale, otherwise the number of flags might continually accrue.
I would be willing to look into implementing this if you would like.
The text was updated successfully, but these errors were encountered:
Sorry for the vague issue. Basically I'd want a flag like --use-native-types to provide nearly all of the mappings automatically. I currently maintain a less exhaustive list and I imagine a lot of other people do too but it'd be nice to turn it all on with a single flag.
So
--go-type
is wonderful to selectively convert, for example,_timestamptz=[]time.Time
. However it'd be great if there could be a flag to do this wholesale, otherwise the number of flags might continually accrue.I would be willing to look into implementing this if you would like.
The text was updated successfully, but these errors were encountered: