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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #557, comment 1

    initial v1  
    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: '''WIP/remove__id_alias''' 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)
     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: '''
     2{{{
     3WIP/remove__id_alias
     4}}}
     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)