I want to build a mapping/xref/intersect table that needs to be updated after a new record insert. For that I need the key or id of the last inserted record. Is this available with the DAL/GAE? Elsewhere I have seen an issue where this did not work with a bulk insert.
Unfortunately, this is not covered in the docs (AFAIK). BrendanC