Exception: ActiveRecord::PreparedStatementCacheExpired
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
ActiveRecord::StatementInvalid
|
Defined in: | activerecord/lib/active_record/errors.rb |
Overview
Raised when PostgreSQL returns ‘cached plan must not change result type’ and we cannot retry gracefully (e.g. inside a transaction)
Class Method Summary
Instance Attribute Summary
Instance Method Summary
StatementInvalid
- Inherited
Constructor Details
This class inherits a constructor from ActiveRecord::StatementInvalid