Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba141dd

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎test/sql/SetupTestExec.sql

Copy file name to clipboardExpand all lines: test/sql/SetupTestExec.sql
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.