dahlia / sqlalchemy-imageattach

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

joinedload (eager loading) support #4

Open dahlia opened 11 years ago

dahlia commented 11 years ago

Relationships defined by image_attachment() cannot be gathered using joinedload(). We seem to need to work something on attribute instrumental implementation.

jcroll commented 3 years ago

Potential workaround for those looking https://stackoverflow.com/a/44187470/494560