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?

Reply via email to