diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2023-04-12 21:21:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2023-04-12 21:21:36 +0000 |
| commit | 53be3fc70a44d34fda1ffddcf9d67473d3de50b4 (patch) | |
| tree | fbadb6bb7d078ad6041224270f11973232952b24 /doc/build/orm | |
| parent | 107ec58bdfbcbb09f40d92590f8197ffa683a925 (diff) | |
| parent | 9f43b10e9014e694cb89fe2899dc52f602bf2197 (diff) | |
| download | sqlalchemy-53be3fc70a44d34fda1ffddcf9d67473d3de50b4.tar.gz | |
Merge "establish column_property and query_expression as readonly from a dc perspective" into main
Diffstat (limited to 'doc/build/orm')
| -rw-r--r-- | doc/build/orm/declarative_tables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/orm/declarative_tables.rst b/doc/build/orm/declarative_tables.rst index d9a11087d..0ee40cd07 100644 --- a/doc/build/orm/declarative_tables.rst +++ b/doc/build/orm/declarative_tables.rst @@ -1336,8 +1336,8 @@ declaration, typing tools will be able to match the attribute to the .. _orm_imperative_table_column_options: -Applying Load, Persistence and Mapping Options for Mapped Table Columns -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Applying Load, Persistence and Mapping Options for Imperative Table Columns +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The section :ref:`orm_declarative_column_options` reviewed how to set load and persistence options when using the :func:`_orm.mapped_column` construct |
