You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
Currently,
Encode<'_, sqlx::Any>
is not implemented in sqlx forchrono::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)
The text was updated successfully, but these errors were encountered: