Closed hevar closed 2 months ago
Released in kysely-codegen@0.16.7
!
Hey! I unfortunately had to revert this change in kysely-codegen@0.16.8
, as the value returned by Postgres really is a Date
. If you have any other ideas on how to resolve the underlying issue, I'd be happy to check it out.
We're currently facing issues with the timestamps due to Date not considering microseconds, which would be fixed if the type is
string
.Related issues: #194, #123, #177