go-gorp / gorp

Go Relational Persistence - an ORM-ish library for Go
MIT License
3.73k stars 372 forks source link

NullTime removed from PostgreSQL Dialect #189

Open pbgc opened 9 years ago

pbgc commented 9 years ago

In #121 NullTime was removed from the PostgreSQL Dialect and its not being mapped to "timestamp with tomezone" anymore. I don't know why because it works perfectly and as intended (at least in my case)

GeertJohan commented 9 years ago

We can bring these back in v2.1 after #270 is done. This request is related to #221.