Skip to content

Commit

Permalink
test: fix TVP test not working on Azure SQL (#1556)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Sun <[email protected]>
  • Loading branch information
arthurschreiber and MichaelSun90 authored Jul 19, 2023
1 parent 299d576 commit 07cac40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/parameterised-statements-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ describe('Parameterised Statements Test', function() {
async.series([
(next) => {
connection.execSqlBatch(new Request(`
USE tempdb;
BEGIN TRY
DROP TYPE TediousTestType
END TRY
Expand All @@ -1013,7 +1012,6 @@ describe('Parameterised Statements Test', function() {
},
(next) => {
connection.execSqlBatch(new Request(`
USE tempdb;
CREATE TYPE TediousTestType AS TABLE (
a bit,
b tinyint,
Expand Down

0 comments on commit 07cac40

Please sign in to comment.