]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refer to row elements as "elements", not columns
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Feb 2021 03:14:41 +0000 (22:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Feb 2021 03:14:41 +0000 (22:14 -0500)
commit930e1a89373ff3ee8c35b6696ed6d70502f03566
tree9d8c024063ff05bd999f572cfc6202ee8b6922f9
parentfcf539d090a95fb179ca03beffd10122e97aa002
refer to row elements as "elements", not columns

disambiguate between the "elements of a row" and
a "column" which is taken to mean a database column, and
remove confusing terms like "single-column ORM entity".

Change-Id: I7304bdb6dd0f60ab0c36ef3ae40b1f36b29ea291
doc/build/orm/queryguide.rst
doc/build/tutorial/data.rst