Michael Sun
Michael Sun
Hi GillZhou, I do not currently have a SQL server 2000 set up on hand, but I have tried your connection configuration setting, and I can connect to my local...
Also, you can try to set the encrypt to false within the connection configuration. See if that helps. ```node var config = { server: '127.0.0.1', authentication: { type: 'default', options:...
Hi, @mikeymop, please share snippets of your code with us, so it is easier to understand why this is happening. You mentioned that you cannot find a caller to the...
Hi @devcrev, thanks for bringing this up. Let me look into this and get back to you. I do recall this has been brought up before, and there may be...
Hi @danielhorwitz, I have not used Google Cloud Platform before. I think tedious does not directly work with a socket path, but we can double-check that with Arthur. Just did...
Hi @arthurschreiber , I am current working on this, and had already replace the places that uses JSBI with BigInt. Found something with in writable-tracking-buffer.ts: ```js writeBigInt64LE(value: number) { this.writeBigU_Int64LE(value);...
Hi @hassaananjum , just did some research on this. The support for windows integrated authentication was added into tedious version 2.1.0. But got removed due to some conflict with Azure...
Hi @KAMAELUA , Unfortunately, there is no progress for now. The task is currently in the backlog and there is no one working on it yet.
Hi @naushadck , Have you successfully set up the sa user on your database side following the instruction "Step 1.3 Install sqlcmd - A Command Line Utility for SQL Server"?...
Hi @MartianH, I am not familiar with sequelize. Based on the information you provided, I just try to create a repo script: ```js const sequelize = new Sequelize('master', 'username', 'password',...