Skip to content

Commit

Permalink
chore: remove the db constrain
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSun90 authored Jul 19, 2023
1 parent 1859352 commit c3e8b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/parameterised-statements-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,6 @@ describe('Parameterised Statements Test', function() {

it('supports TVP values', function(done) {
const config = getConfig();
config.options.database = 'tempdb';
const connection = new Connection(config);

if (config.options.tdsVersion < '7_3_A') {
Expand Down

0 comments on commit c3e8b67

Please sign in to comment.