Michael Sun

Results 102 comments of Michael Sun

Hi @rzhao271, I am wondering which version of tedious driver are you on? I just checked our latest code and seems we already handled it. You can check the latest...

I do not think you have to use that since we do support our own types within tedious. You can give it a try, see if it meet your needs....

Hi @Fuco1, Thank you for bring this up. We are using babel to compile the typescript, and seems it does not handles the type declarations. For generate the declarations ,...

Hi @opravil-jan We just start looking into this migration and plan to work on this in the near future, but we do not have a concrete estimate yet. We will...

Hi @ochaoui, one thing that I noticed is, for config, you still using an upper case "A" for the Authentication key. Not sure if that affects your result. Also, can...

Hi @dhensby, I brought this PR to @arthurschreiber the other day, and seems he has some concern about expose the aggregate error from the tedious side. If we expose it...

Hi @renatocamara, I noticed that you are using process.env to pick up the credentials from the system environment variables. This will definitely work within an azure environment like azure VM...

Thank you for sharing this with me. Is it ok for me to close this one, or do you have some further questions?

Hi @charutiwari04, I just checked the code, I think the comment from the #799 looks correct. The default value for the textsize is actually set to a string. We will...

Hi @russell640, The textsize should be a string type like [the documentation](https://tediousjs.github.io/tedious/api-connection.html) says. The validation check that occurs on line 1643 seems off. I will double-check this with @arthurschreiber, and...