brianc / node-pg-types

Type parsing for node-postgres
267 stars 54 forks source link

Update postgres-range to fix tsrange and tstzrange #134

Closed martianboy closed 2 years ago

martianboy commented 2 years ago

PostgreSQL returns tsrange and tstzrange typed values in double quoted format that breaks the current parser. Support for quoted and escaped strings has been implemented in the postgres-range library, so this will update the version in package.json and add tests for parsing quoted timestamp ranges.

bendrucker commented 2 years ago

I'll accept this but because this is already covered by the existing semver range this will not be published as a new release