Skip to content

Commit

Permalink
Fixed Check failures
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Agarwal <[email protected]>
  • Loading branch information
Vaibhav Agarwal committed Oct 19, 2023
1 parent 935c2b9 commit 81a6a5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/JDBC/expected/typeid-typename-dep-vu-verify.out
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ datetime
~~END~~


-- reset the login password
ALTER LOGIN typeid_typename_dep_vu_prepare_log1 with PASSWORD = '12345678';
GO

-- tsql user=typeid_typename_dep_vu_prepare_log1 password=12345678
SELECT current_user;
GO
Expand Down
4 changes: 4 additions & 0 deletions test/JDBC/input/functions/typeid-typename-dep-vu-verify.mix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ GO
EXEC typeid_typename_dep_vu_prepare_proc2
GO

-- reset the login password
ALTER LOGIN typeid_typename_dep_vu_prepare_log1 with PASSWORD = '12345678';
GO

-- tsql user=typeid_typename_dep_vu_prepare_log1 password=12345678
SELECT current_user;
GO
Expand Down
1 change: 0 additions & 1 deletion test/JDBC/upgrade/master/schedule
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ TestXML
timefromparts
triggers_with_transaction
typeid-typename
typeid-typename-dep
BABEL-4217
datetimeoffset-timezone
BABEL-4046
Expand Down

0 comments on commit 81a6a5e

Please sign in to comment.