Skip to content

Commit

Permalink
Update previous tests
Browse files Browse the repository at this point in the history
Signed-off-by: Chenxiao Wang <[email protected]>
  • Loading branch information
Chenxiao Wang committed Dec 19, 2024
1 parent 1b01366 commit 8b2d0e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test/JDBC/expected/exec_sp_in_udf-vu-verify.out
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ exec dbo.f_tvf_exec_sp_in_udf
go
~~ERROR (Code: 33557097)~~

~~ERROR (Message: master_dbo.f_tvf_exec_sp_in_udf() is not a procedure)~~
~~ERROR (Message: dbo.f_tvf_exec_sp_in_udf() is not a procedure)~~

create function f7_exec_sp_in_udf()
returns int
Expand All @@ -196,7 +196,7 @@ go
int
~~ERROR (Code: 33557097)~~

~~ERROR (Message: master_dbo.f_tvf_exec_sp_in_udf() is not a procedure)~~
~~ERROR (Message: dbo.f_tvf_exec_sp_in_udf() is not a procedure)~~


-- inline TVF should not be callable with EXEC, but Babelfish currently allows this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ SELECT TRIM(b FROM a) FROM dbo.babel_4489_trim_psql_t15
GO
~~ERROR (Code: 33557097)~~

~~ERROR (Message: relation "master_dbo.babel_4489_trim_psql_t15" does not exist)~~
~~ERROR (Message: relation "dbo.babel_4489_trim_psql_t15" does not exist)~~


-- other different datatypes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ SELECT TRIM(b FROM a) FROM dbo.babel_4489_trim_psql_t15
GO
~~ERROR (Code: 33557097)~~

~~ERROR (Message: relation "master_dbo.babel_4489_trim_psql_t15" does not exist)~~
~~ERROR (Message: relation "dbo.babel_4489_trim_psql_t15" does not exist)~~


-- other different datatypes
Expand Down
2 changes: 1 addition & 1 deletion test/JDBC/expected/trim-vu-verify.out
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ SELECT TRIM(b FROM a) FROM dbo.babel_4489_trim_psql_t15
GO
~~ERROR (Code: 33557097)~~

~~ERROR (Message: relation "master_dbo.babel_4489_trim_psql_t15" does not exist)~~
~~ERROR (Message: relation "dbo.babel_4489_trim_psql_t15" does not exist)~~


-- other different datatypes
Expand Down

0 comments on commit 8b2d0e4

Please sign in to comment.