Skip to content

Commit ba141dd

Browse files
authored
Create TestLongs and TestLongRaws tables without compression (#437)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
1 parent 856d0aa commit ba141dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sql/SetupTestExec.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ create table &main_user..TestXML (
178178
create table &main_user..TestLongs (
179179
IntCol number(9) not null,
180180
LongCol long not null
181-
)
181+
) nocompress
182182
/
183183

184184
create table &main_user..TestLongRaws (
185185
IntCol number(9) not null,
186186
LongRawCol long raw not null
187-
)
187+
) nocompress
188188
/
189189

190190
create table &main_user..TestTempTable (

0 commit comments

Comments
 (0)