brianc / node-pg-types

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

Adding millisecond support to interval columns #17

Closed tlhunter closed 9 years ago

tlhunter commented 9 years ago

Intervals can optionally have a millisecond attribute. This adds support for it.

My Regex isn't perfect :(

brianc commented 9 years ago

Hey thanks so much! I'm sorry that it took me ages to get to this. :grimacing: Started a new job & have been neglecting my OSS duties for a little bit. But I'm back now! :dancer:

I'll get this merged in & pushed a new minor version ASAP. Should have the version bumped and integrated into node-postgres within a day or two!