]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
work around boldface concerns
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Mar 2024 14:51:01 +0000 (10:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Mar 2024 14:51:46 +0000 (10:51 -0400)
Change-Id: I99ed117bb0f1bdc1a8750bd13db5a69d5c398ae0
(cherry picked from commit 697dcc94e412e013aba298e17613ee097f423e04)

lib/sqlalchemy/dialects/postgresql/base.py

index af457a2761c1f08c0dba348a9c213c71978e8afe..ebb7d546db0b705d3aab7e858cb5472b0cdcb7d5 100644 (file)
@@ -407,8 +407,8 @@ default schema, if one exists.   Otherwise, ``public`` is used.
 
 When a :class:`_schema.Table` object is reflected, if it is present in the
 schema indicated by the ``current_schema()`` function, **the schema name assigned
-to the table is the Python value ``None``**.  Otherwise, the schema name
-will be assigned as the name of that schema.
+to the ".schema" attribute of the Table is the Python "None" value**.  Otherwise, the
+".schema" attribute will be assigned the string name of that schema.
 
 With regards to tables which these :class:`_schema.Table`
 objects refer to via foreign key constraint, a decision must be made as to how