Exception: ActiveRecord::StatementInvalid

Inherits:
ActiveRecordError show all
Defined in:
activerecord/lib/active_record/errors.rb

Overview

Raised when SQL statement cannot be executed by the database (for example, it’s often the case for MySQL when Ruby driver used is too old).

Direct Known Subclasses

WrappedDatabaseException