Re: [sqlalchemy] scalars() in 1.4+

2021-02-22 Thread Mike Bayer
I've pushed changes to replace usage of the term "column" to describe an element in a row with "element in a row". However I only looked in the two places I knew this terminology was used, the below mentioned querying guide as well as the "data" chapter of the tutorial. The changes can be

Re: [sqlalchemy] scalars() in 1.4+

2021-02-22 Thread Mike Bayer
On Mon, Feb 22, 2021, at 8:50 PM, Zsolt Ero wrote: > Hi, > > I'm a bit confused about the scalars() in 1.4+. The "ORM Querying Guide" > introduces it in the very first example, but it says: > "When selecting a list of single-column ORM entities, it is typical to skip > the generation of Row

[sqlalchemy] scalars() in 1.4+

2021-02-22 Thread Zsolt Ero
Hi, I'm a bit confused about the scalars() in 1.4+. The "ORM Querying Guide" introduces it in the very first example, but it says: "When selecting a list of single-column ORM entities, it is typical to skip the generation of Row objects and instead receive ORM entities directly, which is achieved