Exception: Mysql2Model::PreparedStatementInvalid

Inherits:
Mysql2ModelError show all
Defined in:
lib/mysql2_model/composer.rb

Overview

Raised when number of bind variables in statement does not match number of expected variables.

Examples:

two placeholders are given but only one variable to fill them.

query("SELECT FROM locs WHERE lat = ? AND lng = ?", 53.7362)