Skip to content

Commit 03d13c7

Browse files
committed
Make temporary table spec pass on DB2
1 parent c17eecb commit 03d13c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/schema_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
table = case DB.database_type
398398
when :mssql
399399
Sequel.lit("#items_temp")
400-
when :derby
400+
when :derby, :db2
401401
Sequel[:session][:items_temp]
402402
else
403403
:items_temp

0 commit comments

Comments
 (0)