Skip to content

Commit

Permalink
Make temporary table spec pass on DB2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jul 31, 2024
1 parent c17eecb commit 03d13c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/schema_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
table = case DB.database_type
when :mssql
Sequel.lit("#items_temp")
when :derby
when :derby, :db2
Sequel[:session][:items_temp]
else
:items_temp
Expand Down

0 comments on commit 03d13c7

Please sign in to comment.