Hi,

How do I something like
myObject = session1.query(something).one()
session2.add(myObject)

without the need to expunge myObject from session1?


and another one:
How can I compare objects from different sessions to see if they  
origin from the same row in the db?

Regards,
Hinrich.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to