Skip to content

Commit

Permalink
Update sql.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
MvdO79 authored Nov 5, 2023
1 parent 04ebe33 commit 138037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheels/model/sql.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ public array function $addWhereClauseParameters(required array sql, required str
Throw(
type = "Wheels.ParameterMismatch",
message = "Wheels found #ArrayLen(local.originalValues)# parameters in the query string but was instructed to parameterize #arguments.parameterize#.",
extendedInfo = "Verify that the number of parameters specified in the `where` argument mathes the number in the parameterize argument."
extendedInfo = "Verify that the number of parameters specified in the `where` argument matches the number in the parameterize argument."
);
}
local.pos = ArrayLen(local.originalValues);
Expand Down

0 comments on commit 138037b

Please sign in to comment.