Re: [sqlalchemy] with_entities referring to SQlite column aliased with

2019-07-15 Thread Dieter Menne
Am Donnerstag, 11. Juli 2019 16:11:42 UTC+2 schrieb Mike Bayer: > > > > On Thu, Jul 11, 2019, at 2:57 AM, Dieter Menne wrote: > > Thanks, if one thinks of delayed execution, this makes sense. It is a bit > strange, though, that there is no select. I am an R-

[sqlalchemy] with_entities referring to SQlite column aliased with

2019-07-11 Thread Dieter Menne
I have posted this on Stackoverflow, but there was no response. https: //stackoverflow.com/questions/56891733/with-entities-referring-to-sqlite-column-aliased-with-label-self-contained-re How do I use .with_entities to refer to the items? The following fails: from sqlalchemy import Column,