Re: [sqlalchemy] Re: How to do scalar sub selects with the ORM correctly?

2017-06-15 Thread Simon King
You might be interested in this thread: https://groups.google.com/forum/#!msg/sqlalchemy/8z0XGRMDgCk/tazeIUsdDgAJ Simon On Thu, Jun 15, 2017 at 1:53 PM, 'mike waites' via sqlalchemy wrote: > Interestingly I've just discovered the concept of Bundles. >

[sqlalchemy] Re: How to do scalar sub selects with the ORM correctly?

2017-06-15 Thread 'mike waites' via sqlalchemy
Interestingly I've just discovered the concept of Bundles. http://docs.sqlalchemy.org/en/latest/orm/loading_columns.html#column-bundles Im guessing this could be used to have it populate the model instance with the extra columns ? On Thursday, 15 June 2017 13:25:00 UTC+1, mike waites wrote: >