GenieFramework / SearchLight.jl

ORM layer for Genie.jl, the highly productive Julia web framework
https://genieframework.com
MIT License
139 stars 16 forks source link

postgresql datetime should map to timestamp? #17

Closed huaxk closed 2 years ago

huaxk commented 5 years ago

database_adapters/PostgreSQLDatabaseAdapter.jl line:32 :datetime => :DATETIME maybe :datetime => :TIMESTAMP?

essenciary commented 5 years ago

Yes, I think that's right - needs some testing though :-s

UniqueTokens commented 2 years ago

@huaxk Please check and then close. See issue #52