Skip to content

Commit 07cac40

Browse files
test: fix TVP test not working on Azure SQL (#1556)
Co-authored-by: Michael Sun <47126816+MichaelSun90@users.noreply.github.com>
1 parent 299d576 commit 07cac40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/parameterised-statements-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,6 @@ describe('Parameterised Statements Test', function() {
10031003
async.series([
10041004
(next) => {
10051005
connection.execSqlBatch(new Request(`
1006-
USE tempdb;
10071006
BEGIN TRY
10081007
DROP TYPE TediousTestType
10091008
END TRY
@@ -1013,7 +1012,6 @@ describe('Parameterised Statements Test', function() {
10131012
},
10141013
(next) => {
10151014
connection.execSqlBatch(new Request(`
1016-
USE tempdb;
10171015
CREATE TYPE TediousTestType AS TABLE (
10181016
a bit,
10191017
b tinyint,

0 commit comments

Comments
 (0)