and anyway, SVN changeset 1216 :

        m = mapper(class, table, always_refresh=True)

anytime that mapper pulls an already-loaded object from the identity map when traversing a rowset, it will overwrite the object's properties with the rowset's data. will blow away any changes on that object as well. all calls to get/select on this mapper will retrieve the latest DB data everytime. should you try it out, I hope it works out for you.








-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to