Given that we are creating a record and then only updating certain keys on that record as part of Tudo,
we currently have to send the entire record just to update a single key.
Would it make sense to have the equivalent the following SQL command:
UPDATE tweets
SET retweet_count = 17
WHERE id = 123
For now lets leave record merging to the application using _esta_ until we get a specific_request_ for this feature (seconded by someone using the module in "the wild") :+1:
closing.
Given that we are creating a record and then only updating certain keys on that record as part of Tudo, we currently have to send the entire record just to update a single key. Would it make sense to have the equivalent the following SQL command:
Or... is this complicating things?