Code review comment for lp://qastaging/~thisfred/desktopcouch/remove-recordtype-from-dict

Revision history for this message
Eric Casteleijn (thisfred) wrote :

Fixes #674487 where the record_type ended up in the dictionary of the record, where almost all client code had to filter it out again.
Fixes #669133 because the record_type version was never saved to CouchDB.
Fixes #575772 where the couchdb attachments API was defined on the wrong class.
Fixes #675787 where MergeableList.pop() could not be called without an index.

« Back to merge proposal