Skip to content

Commit

Permalink
Merge branch 'master' into fix-config-validation-when-using-connector…
Browse files Browse the repository at this point in the history
…-factory-method
  • Loading branch information
MichaelSun90 committed Jul 19, 2023
2 parents c9077e8 + 07cac40 commit 20bf8f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/parameterised-statements-test.js
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 20bf8f1

Please sign in to comment.