dahlia / sqlalchemy-imageattach

SQLAlchemy extension for attaching images to entities.
https://sqlalchemy-imageattach.readthedocs.io/
MIT License
116 stars 25 forks source link

Transaction management does not properly work when autocommit=False #10

Open dahlia opened 11 years ago

dahlia commented 11 years ago

When Session is set with autocommit=False option which is default of SQLAlchemy, image entities that have to be successfully inserted are not committed. Image files in the storage are stored though.

andrewjburnett commented 9 years ago

Has there been a fix for this? Or must autocommit be set to True?

dahlia commented 8 years ago

Currently not fixed.