Skip to content

implement conversion from and to binary strings for mssql types #2547

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 · 1 comment
Open

implement conversion from and to binary strings for mssql types #2547

lovasoa opened this issue Jun 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@lovasoa
Copy link
Contributor

lovasoa commented Jun 15, 2023

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.

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)

@lovasoa lovasoa added the enhancement New feature or request label Jun 15, 2023
@lovasoa
Copy link
Contributor Author

lovasoa commented Jul 29, 2023

I implemented that in https://github.com/lovasoa/sqlx

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