Michael Sun

Results 102 comments of Michael Sun

Hi @Abhishek-Singh-Rana , it is optional, but if you do not provide tenantId, a default value will be used. We are making a change: #1411 for the doc to make...

Hi @Abhishek-Singh-Rana , just wondering which version of tedious you were on before you change to 12.3? When you got it to work with 12.3, did you use the same...

Hi @Abhishek-Singh-Rana , May I ask which version of SQL server you are trying to work with? From this, seems you may be facing the same issue that James has...

Hi @jsimonweb, can you try to set the encrypt=false if this is not a hard restriction for you server? See if that works. I found a thread that may related...

Hi @jsimonweb, we did a bit more digging, and find that we do have a serverName. However, it is not really handled properly. We will make a fix for this...

Hi @jsimonweb, I just raised a PR #1476, can you give it a try, see if this solve the your issue?

Hi @arthurschreiber, I think this is a valid enhancement for the driver, do we still consider to do this?

Hi @mikermcneil, I just read through your issue, seems it may not related to tedious after all. I have searched the error, found a link. See if this helps you....

Hi @mikermcneil I just tried to run the query with the latest tedious(6.1.1) using a request like this: request = new Request('BEGIN TRANSACTION; SELECT * FROM [Mytable]; COMMIT TRANSACTION;', function(err,...

Hi @jeffmcmahan, from the code that you referenced in your comment, seems it shows a pretty old version of the Tedious driver. Have you tried some new versions of the...