-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Commit
sanitize_sql_hash_for_assignment
This method is still used by `update_all`
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
* Deprecate `sanitize_sql_hash_for_conditions` and | ||
`sanitize_sql_hash_for_assignment` without replacement. Using a `Relation` | ||
for performing queries and updates is the prefered API. | ||
* Deprecate `sanitize_sql_hash_for_conditions` without replacement. Using a | ||
`Relation` for performing queries and updates is the prefered API. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
sgrif
Author
Contributor
|
||
|
||
*Sean Griffin* | ||
|
||
|
@sgrif Is there an example of the preferred method somewhere? I'm getting this on semi-trivial stuff