]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
improve names for datatypes section
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Aug 2022 13:50:57 +0000 (09:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Aug 2022 13:53:52 +0000 (09:53 -0400)
commit0585c66a20b8075252bb4bbdeef0448f224de96a
tree7f5e5ede2fa79334f2415e7e046f34c7aaf1ccbc
parent172c8dd0b826e6128b29261caec44ca50eec93ee
improve names for datatypes section

Continuing along #8362, if we look at the document here without
"this is the same text I've read for 14 years", we begin to see
that the title "Column and Data types" makes no sense at all,
is there a "column type" and a "Data type"?  I guess what I was
thinking at that time is that a type can be placed on a
Column, or it can be used whenever you have, you know, "data".
The phrase "SQL expression" wasn't discovered yet.

"SQL Datatype" is not spectacular but at least it's one term.
the new intro then is focused on the hierarchy layout so let's
name it that.

not amazing, but better than the duplicate name that made
no sense before.

Fixes: #8362
Change-Id: Iab37ef5605ec55f30284ac9a98bf7246f736675d
(cherry picked from commit 7e442cd0a9341ac828b4c4820818ad80ad9200fa)
doc/build/core/type_basics.rst
doc/build/core/types.rst