cesium-ml / baselayer

Fully customizable (scientific, compute-intensive) web application template
http://cesium-ml.org/baselayer/
31 stars 18 forks source link

specify subquery loading for relationships #298

Closed mcoughlin closed 2 years ago

mcoughlin commented 2 years ago

This PR explicitly sets subquery loading for relationships (e.g. https://docs.sqlalchemy.org/en/14/orm/loading_relationships.html) which solves an issue where certain relationships aren't loaded by default.

stefanv commented 2 years ago

@mcoughlin Can you update this PR and give a bit more context for what's happening here?