Closed
Description
Migrated issue, originally created by Anonymous
I have attached a test script that reproduces the problem, with some comments.
I do not know if I used the session.expire correctly, however I think this is a bug of SQLAlchemy.
The output of the script is:
manlio@synapsis:~/projects/bugs/sqlalchemy$ python expire.py
foo instance, x=x and bar=[instance, y=y](bar)
foo instance, x=x and bar=[instance, y=y](bar)
foo instance, x=x and bar=[instance, y=y](bar)
Attachments: expire.py
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
sqlalchemy-bot commentedon Feb 24, 2007
Michael Bayer (@zzzeek) wrote:
we never had implemented "refresh-expire" cascade, so this operation never cascaded. i put an initial implementation in changeset:2360 which passes this test and also a basic unit test added.
sqlalchemy-bot commentedon Feb 24, 2007
Changes by Michael Bayer (@zzzeek):