brianc / node-pg-types

Type parsing for node-postgres
268 stars 55 forks source link

Depend explicitly on postgres-date ~1.0.4 #79

Closed noinkling closed 5 years ago

noinkling commented 5 years ago

Fixes for BC dates and one or two other edge cases were merged in bendrucker/postgres-date#6 and published in 1.0.4.

One integration test in node-postgres already needs changing as a result, so the depended behaviour should obviously be consistent so the test won't be flaky.

1.0.4 is also basically a prerequisite for brianc/node-postgres#1864, assuming round trips with BC dates should succeed.

There is one test failure in this package, but it's unrelated (was already failing on master). Edit: I opened a separate PR to fix that.