diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-11-16 14:57:36 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-11-30 19:07:36 -0500 |
| commit | 0c8c7b6656ccec25dff7be03f82d873b6a09c3ec (patch) | |
| tree | 4c78016798b5068ad91d2555b124af922337ea27 /doc/build/tutorial | |
| parent | b4e40b35627f1c26b84234d16a36ce2850a798b9 (diff) | |
| download | sqlalchemy-0c8c7b6656ccec25dff7be03f82d873b6a09c3ec.tar.gz | |
improve cross-linking between Core /ORM for schema arg
this should be backported to 1.3 as well to as much a degree
as possible.
Includes a new recipe to set the default schema name
on connect. this will only work on 1.4, but also requires
that we fix #5708 for it to work fully.
Change-Id: I882edd5bbe06ee5b4d0a9c148854a57b2bcd4741
Diffstat (limited to 'doc/build/tutorial')
| -rw-r--r-- | doc/build/tutorial/metadata.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst index 969536c01..365e99685 100644 --- a/doc/build/tutorial/metadata.rst +++ b/doc/build/tutorial/metadata.rst @@ -358,6 +358,11 @@ objects can usually be declared without an explicit "name" field inside the constructor, as the Declarative process will name them automatically based on the attribute name that was used. +.. seealso:: + + :ref:`orm_declarative_mapping` - overview of Declarative class mapping + + Other Mapped Class Details ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
