Changes between Version 1 and Version 2 of Ticket #557, comment 1


Ignore:
Timestamp:
Nov 30, 2012, 10:16:30 AM (11 years ago)
Author:
spaetz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #557, comment 1

    v1 v2  
    1 In parallel to ripping out mongo, here is a branch that transitions us from modelobject._id to modelobject.id. This causes *lots* of indirect lookups and fixups in basically all queries that we should avoid. Also Mongo is already broken with some newer code that refers to modelobject.id. The branch is here: '''
     1In parallel to ripping out mongo, here is a branch that transitions us from modelobject._id to modelobject.id. This causes *lots* of indirect lookups and fixups in basically all queries that we should avoid. Also Mongo is already broken with some newer code that refers to modelobject.id. The branch is here:
    22{{{
    33WIP/remove__id_alias
    44}}}
    5 ''' and can be applied before or after ripping Mongo out (or be merged without ripping Mongo, it will just be a little more broken than it currently is)
     5and can be applied before or after ripping Mongo out (or be merged without ripping Mongo, it will just be a little more broken than it currently is)