# File lib/arel/crud.rb, line 46
    def insert values
      if $VERBOSE
        warn "insert (\#{caller.first}) is deprecated and will be removed in ARel 4.0.0. Please\nswitch to `compile_insert`\n"
      end
      @engine.connection.insert compile_insert(values).to_sql
    end