Skip to content

Commit

Permalink
Update test cases
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 20, 2024
1 parent 956d266 commit f525d88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,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 @@ -1276,7 +1276,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-before-15_11-or-16_7-vu-verify.out
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,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 f525d88

Please sign in to comment.