# File lib/arel/engines/sql/compilers/ibm_db_compiler.rb, line 42 def add_limit_on_delete(taken) raise "IBM_DB does not support limit on deletion" # Limiting the number of rows to be deleted is not supported by IBM_DB end