# File lib/flexirecord.rb, line 728 728: def db_execute(command_template, *command_arguments) 729: use_connection do |connection| 730: return connection.execute(command_template, *command_arguments) 731: end 732: end