i changed it to:

Instance '%s' is a detached instance or is already persistent in a different Session

suggestions for better text welcome...

On Jul 2, 2006, at 11:24 AM, Steve Zatz wrote:

item = session.query(Item).get(1)

item in session

True

session.clear()

item in session

False

session.save(item)


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to