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
This is the same as #2546 , but for binary strings instead of datetimes.
Currently, Encode<'_, sqlx::Any> is not implemented in sqlx for Vec<u8>. It is implemented fro sqlite, postgres and mysql, but not for mssql.
Encode<'_, sqlx::Any>
Vec<u8>
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)
The text was updated successfully, but these errors were encountered:
I implemented that in https://github.com/lovasoa/sqlx
Sorry, something went wrong.
No branches or pull requests
This is the same as #2546 , but for binary strings instead of datetimes.
Currently,
Encode<'_, sqlx::Any>
is not implemented in sqlx forVec<u8>
. 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)
The text was updated successfully, but these errors were encountered: