Xiaoying Wang

Results 135 comments of Xiaoying Wang

Hi @PhoenixGray000 , I'm not sure whether your database enabled encryption. If it is, can you try to add `encrypt=true` as a parameter in the url and see whether it...

Hi @PhoenixGray000 , I reread your first post and it seems like you are using active directory as the authentication method, which I think may be the same thing with...

Hi @PhoenixGray000 , IC, I thought the "We use Azure Active Directory as the password authentication method." you mentioned is the same with windows authentication. Thank you for helping us...

Hi @1Dragoon , thanks for the PR! I think adding ADO string support will benefit many mssql users! Other than the construction of mssql source, there are several other places...

> I know one goal of the project is to be very fast though, so one concern of mine is that if we do any excessive parsing then that would...

Hi @marvinpan8 , thanks for bringing this up! As the error shows our code relies on the GAT feature in nightly. But it seems like the stabilization is very soon...

Hi @a-bear-child , sorry that our odbc support is still working in progress. Will let you know once we release it.

Hi @Matthieu-Tinycoaching, unfortunately we do not have a way to build wheel for ARM architecture for now. And the only way to use connector-x on it is build the project...

Hi @Matthieu-Tinycoaching , `pymssql` is only used for benchmarking other methods. I think here you can just remove it by running `poetry remove pymssql --dev` under `connectorx-python` directory. The same...

Hi @Matthieu-Tinycoaching , I'm not sure which rust version you are using. It should be the same with our release compilation environment: https://github.com/sfu-db/connector-x/blob/main/.github/workflows/release.yml#L34, which is `nightly-2021-10-21` for now.