Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Cannot query Postgres INTERVAL[] #3566

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

Ddystopia
Copy link
Contributor

    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

sqlx-postgres/src/type_checking.rs Outdated Show resolved Hide resolved
@Ddystopia Ddystopia requested a review from abonander October 24, 2024 09:03
@Ddystopia
Copy link
Contributor Author

@abonander hello, can you review please?

@abonander abonander merged commit eac4b7a into launchbadge:main Oct 28, 2024
81 checks passed
@Ddystopia Ddystopia deleted the pg_array_interval branch October 29, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants