From: Mike Bayer Date: Tue, 9 Aug 2022 13:50:57 +0000 (-0400) Subject: improve names for datatypes section X-Git-Tag: rel_1_4_41~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0585c66a20b8075252bb4bbdeef0448f224de96a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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) --- diff --git a/doc/build/core/type_basics.rst b/doc/build/core/type_basics.rst index 52debc32f9..eb6c879125 100644 --- a/doc/build/core/type_basics.rst +++ b/doc/build/core/type_basics.rst @@ -1,4 +1,4 @@ -Column and Data Types +The Type Hierarchy ===================== .. module:: sqlalchemy.types diff --git a/doc/build/core/types.rst b/doc/build/core/types.rst index 762105646c..d569bdee77 100644 --- a/doc/build/core/types.rst +++ b/doc/build/core/types.rst @@ -1,6 +1,6 @@ .. _types_toplevel: -Column and Data Types +SQL Datatype Objects ===================== .. toctree::