We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cb0b2 commit a6ce872Copy full SHA for a6ce872
activerecord/CHANGELOG.md
@@ -100,9 +100,9 @@
100
101
*Jorge Manrubia*
102
103
-* The MySQL adapter now cast numbers and booleans bind parameters to to string for safety reasons.
+* The MySQL adapter now cast numbers and booleans bind parameters to string for safety reasons.
104
105
- When comparing a string and a number in a query, MySQL convert the string to a number. So for
+ When comparing a string and a number in a query, MySQL converts the string to a number. So for
106
instance `"foo" = 0`, will implicitly cast `"foo"` to `0` and will evaluate to `TRUE` which can
107
lead to security vulnerabilities.
108
0 commit comments