Open theRemix opened 10 years ago
I added some tests to check if a Date object is being returned from these datatypes DATE, TIMESTAMP, TIMESTAMPTZ, TIME, TIMETZ
https://github.com/theRemix/postgrehx/commit/a1bcae586444fb2ea57e4e806142009e4c6c11e3
neko fails in my tests with this error: Invalid date format : 1999-01-07 08:05:06-10
i still have some more work to do to support datatypes with timezone
Got sidetracked but will sort this out soon.
Coming back to this lib after a hiatus...
I added some tests to check if a Date object is being returned from these datatypes DATE, TIMESTAMP, TIMESTAMPTZ, TIME, TIMETZ
https://github.com/theRemix/postgrehx/commit/a1bcae586444fb2ea57e4e806142009e4c6c11e3
neko fails in my tests with this error: Invalid date format : 1999-01-07 08:05:06-10
i still have some more work to do to support datatypes with timezone