skinny.orm.feature.NoIdCUDFeature
mapper
condition
Adds new attribute to be updated.
Adds new attribute to be updated.
named value
self
Adds new query part.
Adds new query part.
query part
self
Merges additional query parts.
Merges additional query parts.
query builder
other attributes to be updated is empty if true
query builder
Merges already registered attributes to be updated and parameters.
Merges already registered attributes to be updated and parameters.
named values
merged attributes
Converts permitted strong parameters to named values.
Converts permitted strong parameters to named values.
permitted parameters
named values
Updates entities with these non-permitted parameters.
Updates entities with these non-permitted parameters.
CAUTION: If you use this method in some web apps, you might have mass assignment vulnerability.
unsafe parameters
db session
updated count
Updates entities with named values.
Updates entities with named values.
named values
db session
updated count
Updates entities with these permitted strong parameters.
Updates entities with these permitted strong parameters.
permitted strong parameters
db session
updated count
Update query builder/executor.