On Wednesday, October 3, 2018 at 9:40:37 AM UTC-4, Mike Bayer wrote:
>
>
> those are not going to change within 1.2 or 1.3 but it's not ideal to 
> be relying on them.  For query._entities, you can use the public 
> accessor query.column_descriptions.   for _with_options I'm not sure 
> what it is you want to do. 
>

Thanks. This is good to know. I'll try adjusting with `column_descriptions`.

The 'with_options' is used by some code that attempts to determine if a 
'contains_eager' or joinedload/subqueryload was made.

In response to your other suggestion, I never thought of dynamically 
generating the proxies. I don't think that code meeds my requirements 
as-is, but it definitely points me in the right direction and I can 
slightly alter it.  Thank you so much. This is wonderful.

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to