Re: [sqlalchemy] is it possible to make load_only local to an object only and/or avoid the identity map and/or not available via `get`?

2018-05-12 Thread Jonathan Vanasco
On Saturday, May 12, 2018 at 9:49:34 AM UTC-4, Mike Bayer wrote: > > > The former would be a bug. The latter, I'm not sure what you would expect > it to do. Do you want the unloaded attributes to raise attribute error? > Or did you want the get() to fully refresh what was not loaded (that is

Re: [sqlalchemy] is it possible to make load_only local to an object only and/or avoid the identity map and/or not available via `get`?

2018-05-12 Thread Mike Bayer
On Fri, May 11, 2018, 5:13 PM Jonathan Vanasco wrote: > I tracked down a pattern that has been causing some bottleneck issues in > an app. I'm hoping there may be a way to handle this, but for once I don't > expect there to be! > > The problem arises when I fetch a specific "light" query with jo

[sqlalchemy] Re: SQLACODEGEN + VSCODE + Intellisense not working.

2018-05-12 Thread Jeremy Flowers
Have posted on Stack Overflow here -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE:

[sqlalchemy] Re: SQLACODEGEN + VSCODE + Intellisense not working.

2018-05-12 Thread Jeremy Flowers
Have recorded a video showcasing issue. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Ve