sanitize_sql_hash_for_assignment(attrs, table)
Instance Protected methods
Sanitizes a hash of attribute/value pairs into SQL conditions for a SET clause.
1 2 | { status: nil , group_id: 1 } # => "status = NULL , group_id = 1" |
Sanitizes a hash of attribute/value pairs into SQL conditions for a SET clause.
1 2 | { status: nil , group_id: 1 } # => "status = NULL , group_id = 1" |
Designed by : w10schools
service@w10schools.com
Please login to continue.