Skip to content

Commit

Permalink
fix some tests again
Browse files Browse the repository at this point in the history
Signed-off-by: Tanzeel Khan <[email protected]>
  • Loading branch information
tanscorpio7 committed Jan 14, 2025
1 parent d18ea40 commit 8fbc7c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/JDBC/expected/BABEL_4442.out
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ SELECT babel_4442_f(), current_setting('search_path'), babel_4442_s1.babel_4442_
GO
~~START~~
int#!#text#!#int#!#text#!#int#!#int#!#text#!#int
1#!#master_dbo, master_dbo, sys, pg_catalog#!#2#!#master_dbo, master_dbo, sys, pg_catalog#!#3#!#1#!#master_dbo, master_dbo, sys, pg_catalog#!#1
1#!#master_dbo, master_dbo, sys, pg_catalog#!#2#!#master_babel_4442_s1, master_dbo, sys, pg_catalog#!#3#!#1#!#master_babel_4442_s2, master_dbo, sys, pg_catalog#!#1
~~END~~


Expand Down
2 changes: 1 addition & 1 deletion test/JDBC/expected/schema_resolution_trigger-vu-verify.out
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IF NOT EXISTS (
WHERE proname = 'schema_resolution_trigger_tr2' AND
pronamespace = (SELECT oid FROM pg_namespace WHERE nspname = 'master_schema_resolution_trigger_s1'))
BEGIN
DROP TRIGGER schema_resolution_trigger_tr2;
DROP TRIGGER schema_resolution_trigger_s1.schema_resolution_trigger_tr2;
END
GO
IF NOT EXISTS (select * from sys.objects where type = 'TR' and name = 'schema_resolution_trigger_tr2')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IF NOT EXISTS (
WHERE proname = 'schema_resolution_trigger_tr2' AND
pronamespace = (SELECT oid FROM pg_namespace WHERE nspname = 'master_schema_resolution_trigger_s1'))
BEGIN
DROP TRIGGER schema_resolution_trigger_tr2;
DROP TRIGGER schema_resolution_trigger_s1.schema_resolution_trigger_tr2;
END
GO
IF NOT EXISTS (select * from sys.objects where type = 'TR' and name = 'schema_resolution_trigger_tr2')
Expand Down

0 comments on commit 8fbc7c4

Please sign in to comment.