vapor-community / postgresql

Robust PostgreSQL interface for Swift
MIT License
131 stars 33 forks source link

.date node type #50

Closed cpesarchick closed 6 years ago

cpesarchick commented 7 years ago

The code now handles .date node type. The code now handles Postgresql low values in B.C. There are tests for all Date/Time types. The code now parses date type better.

vzsg commented 7 years ago

Please update this branch to the current master so CI can test your changes properly. Also, DateFormatter is not thread safe on Linux, so please undo the commit with the static DF instance.

natebird commented 7 years ago

@cpesarchick can you update this branch to match the master? Then we can properly evaluate it. Thanks for the PR!

natebird commented 6 years ago

@cpesarchick can you update this PR and the conflicts? Thanks!