Closed shellking4 closed 1 year ago
It seems this error is returned by PostgreSQL; please check that the timestamp format is valid.
It seems this error is returned by PostgreSQL; please check that the timestamp format is valid.
Thank you for your reply. It's solved now. I'm going to close this issue by the way
what's the solution for mysql? I have column like this - @CreateDateColumn() createdAt: string;
the date format in pagination query for cursor is causing issue. I
Hello. Thanks for the work on this package. I get this error when using createdAt as paginationKey. I guess it has to do with the format of the date but How can I solve it ?