Changes between Version 4 and Version 5 of NonSqlBackends


Ignore:
Timestamp:
Aug 12, 2009, 4:07:58 AM (15 years ago)
Author:
Waldemar Kornewald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NonSqlBackends

    v4 v5  
    99= Fields =
    1010
    11 == References: Primary keys ==
    12 
    13 At least on App Engine the primary key itself won't be sufficient to retrieve a model if you use entity groups. In that case you need the whole path (parent + primary key) to uniquely identify the object. Since this is an App Engine feature that probably can't be mapped to other DB types we just need to support it transparently at the reference fields level. Everywhere else we can assume that the user knows about the parent requirement.
     11TODO: Does anything need to be changed, here?
    1412
    1513= Model =
Back to Top