startTransaction('foo') const request = new tedious.Request(sql, (err, rowCount) => { t.error(err, 'no error') t.strictEqual(rowCount, 1, 'row count') agent ...
確定! 回上一頁