Skip to content

Commit

Permalink
figure out all the left over objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipesh Dhameliya committed Jan 8, 2025
1 parent 23d72cc commit 54269e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions test/JDBC/input/sp_columns_100.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
-- sla_for_parallel_query_enforced 2000000
-- create tables with most of the datatypes

SELECT set_config('enable_bitmapscan', 0, false);
GO
select relname, (select nspname from pg_namespace where oid = relnamespace) from pg_class where relnamespace in (select oid from pg_namespace where nspname in (select nspname from sys.babelfish_namespace_ext))
go

create table var(a char(10), b nchar(9), c nvarchar(8), d varchar(7), e text, f ntext, g varbinary(10), h binary(9), i image, j xml)
go
Expand Down Expand Up @@ -531,6 +530,3 @@ GO

DROP SCHEMA [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_LongSchema]
GO

SELECT set_config('enable_bitmapscan', 1, false);
GO
4 changes: 2 additions & 2 deletions test/JDBC/jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# new line
# 6. If you want the framework to not run certain files, use: ignore#!#<test name>

# all
sp_columns_100
all
# sp_columns_100

ignore#!#BABEL-1435
ignore#!#BABEL-1446
Expand Down

0 comments on commit 54269e7

Please sign in to comment.