Exposed icon indicating copy to clipboard operation
Exposed copied to clipboard

Make Time function compatible with PostgreSQL

Open terminalnode opened this issue 1 year ago • 1 comments

Related issue on YouTrack (opened by me): https://youtrack.jetbrains.com/issue/EXPOSED-276/Time-class-is-not-compatible-with-PostgreSQL

Not sure what the practice for testing these are, if something needs to be added. I can't seem to run the relevant tests locally without running out of memory, presumably due to all the databases containers being started.

terminalnode avatar Jan 31 '24 12:01 terminalnode

While the related Date class does work in Postgres, it could also be changed to ::date for consistency. But I think that's more of a stylistic choice, so not including that unless asked to. :-)

terminalnode avatar Jan 31 '24 12:01 terminalnode

Any progress on this?

terminalnode avatar Jun 26 '24 19:06 terminalnode

Fixed here

joc-a avatar Jun 27 '24 11:06 joc-a