Skip to content

Commit

Permalink
update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipesh Dhameliya committed Jan 21, 2025
1 parent dd0b999 commit 859b98b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/JDBC/expected/table_variable_xact_errors.out
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ GO
varchar
~~ERROR (Code: 33557097)~~

~~ERROR (Message: relation "master_control.datarow" does not exist)~~
~~ERROR (Message: relation "control.datarow" does not exist)~~


DROP FUNCTION [Control].[csf_script_delete_row]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,9 @@ GO
~~ERROR (Message: missing FROM-clause entry for table "i")~~


DROP TABLE mytab
GO

DROP PROCEDURE myproc
GO

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,9 @@ GO
~~ERROR (Message: missing FROM-clause entry for table "i")~~


DROP TABLE mytab
GO

DROP PROCEDURE myproc
GO

Expand Down

0 comments on commit 859b98b

Please sign in to comment.