Probably not.
On Aug 13, 11:08 am, szabba <[email protected]> wrote: > Are two Row objects representing the same > row in the db, ie: > > row1 = db.table[row_id] > row2 = db.table[row_id] > if row1 is row2: > return 'Always true?' > > And is it the same on GAE?

