Skip to content

implement conversion from and to chrono datetimes for mssql rows #2546

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

Open
lovasoa opened this issue Jun 15, 2023 · 0 comments
Open

implement conversion from and to chrono datetimes for mssql rows #2546

lovasoa opened this issue Jun 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lovasoa
Copy link
Contributor

lovasoa commented Jun 15, 2023

Currently, Encode<'_, sqlx::Any> is not implemented in sqlx for chrono::DateTime<Utc>. It is implemented fro sqlite, postgres and mysql, but not for mssql.

Would you be open to a pull request implementing it ?

I'd need it to add support for microsoft sql server in SQLPage (sqlpage/SQLPage#2)

(related to #1772)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant