SQLAlchemy: session.add

Posted by programmerislam on Stack Overflow See other posts from Stack Overflow or by programmerislam
Published on 2009-08-03T06:04:52Z Indexed on 2010/03/19 9:01 UTC
Read the original article Hit count: 238

Filed under:
|

I'm trying to add two new object using session.add(object) twice..but the first object disappear on session.commit()...why it happens?

© Stack Overflow or respective owner

Related posts about sqlalchemy

Related posts about session