sqlx
sqlx copied to clipboard
Fix: Cannot query Postgres `INTERVAL[]`
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