ActiveRecord-JDBC fetches ids of inserted records when you call connection.execute(). this gem adds a connection.execute_raw() method which does not fetch inserted ids
mccraig mccraig of the clan mccraig
gem "activerecord_execute_raw", "~> 0.1.2"