sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

Fix: Cannot query Postgres `INTERVAL[]`

Open Ddystopia opened this issue 1 year ago • 0 comments

    error: unsupported type INTERVAL[] of column #2 ("event_offsets")

Hello, I'm querying array of intervals, but sqlx give that error.

That PR fixes it

Ddystopia avatar Oct 17 '24 18:10 Ddystopia