Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed view sys.sp_columns_100_view #3106

Open
wants to merge 11 commits into
base: BABEL_4_X_DEV
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed expected output
  • Loading branch information
Dipesh Dhameliya committed Nov 15, 2024
commit 400a5a10b0524f6f1b45b4d3754184b33477d4be
2 changes: 1 addition & 1 deletion test/JDBC/expected/BABEL-SPCOLUMNS-vu-verify.out
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ babel_sp_columns_vu_prepare_mydb1#!#dbo#!#babel_sp_columns_vu_prepare_t_money#!#
EXEC sp_columns_100 '%_money', 'dbo', NULL, NULL, 0, 2, 0
GO
~~START~~
varchar#!#int
varchar#!#varchar#!#varchar#!#varchar#!#smallint#!#varchar#!#int#!#int#!#smallint#!#smallint#!#smallint#!#varchar#!#nvarchar#!#smallint#!#smallint#!#int#!#int#!#varchar#!#smallint#!#smallint#!#smallint#!#smallint#!#varchar#!#varchar#!#varchar#!#varchar#!#varchar#!#varchar#!#int
~~END~~


Expand Down
4 changes: 2 additions & 2 deletions test/JDBC/expected/BABEL-SPCOLUMNS.out
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mydb1#!#dbo#!#t_money#!#a#!#3#!#money#!#19#!#21#!#4#!#10#!#1#!#<NULL>#!#<NULL>#!
EXEC sp_columns_100 '%_money', 'dbo', NULL, NULL, 0, 2, 0
GO
~~START~~
varchar#!#int
varchar#!#varchar#!#varchar#!#varchar#!#smallint#!#varchar#!#int#!#int#!#smallint#!#smallint#!#smallint#!#varchar#!#nvarchar#!#smallint#!#smallint#!#int#!#int#!#varchar#!#smallint#!#smallint#!#smallint#!#smallint#!#varchar#!#varchar#!#varchar#!#varchar#!#varchar#!#varchar#!#int
~~END~~


Expand Down Expand Up @@ -229,7 +229,7 @@ mydb1#!#dbo#!#t_money#!#a#!#3#!#money#!#19#!#21#!#4#!#10#!#1#!#<NULL>#!#<NULL>#!
EXEC sp_columns_100 '%_money', 'dbo', NULL, NULL, 0, 2, 0
GO
~~START~~
varchar#!#int
varchar#!#varchar#!#varchar#!#varchar#!#smallint#!#varchar#!#int#!#int#!#smallint#!#smallint#!#smallint#!#varchar#!#nvarchar#!#smallint#!#smallint#!#int#!#int#!#varchar#!#smallint#!#smallint#!#smallint#!#smallint#!#varchar#!#varchar#!#varchar#!#varchar#!#varchar#!#varchar#!#int
~~END~~


Expand Down
Loading