We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Encode support for std::time::Duration, chrono::Duration, and time::Duration ( the second and third under chrono and time features )
Encode
std::time::Duration
chrono::Duration
time::Duration
chrono
time
Encode and Decode support for https://crates.io/crates/pg_interval ( under an interval feature )
Decode
interval
The text was updated successfully, but these errors were encountered:
Thank you for this project.
Is there a way to go around this issue using the query macro (like falling back to a String while type checking the INTERVAL type)?
Other than that I would be willing to help on this issue. However I'm not very familliar with sqlx currently.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Encode
support forstd::time::Duration
,chrono::Duration
, andtime::Duration
( the second and third underchrono
andtime
features )Encode
andDecode
support for https://crates.io/crates/pg_interval ( under aninterval
feature )The text was updated successfully, but these errors were encountered: