sqlalchemy-imageattach
sqlalchemy-imageattach copied to clipboard
joinedload (eager loading) support
Relationships defined by image_attachment()
cannot be gathered using joinedload()
. We seem to need to work something on attribute instrumental implementation.
Potential workaround for those looking https://stackoverflow.com/a/44187470/494560