mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-09 10:20:00 -04:00
5329fc481e
remarkably, the examples for concrete and single were still using classical mappings. Ensure all three examples use modern declarative patterns, each illustrate the identical set of query operations. Use back_populates, flat=True for joins, etc. ensure flake8 linting, correct links and add a link back from newly reworked inheritance documentation. Change-Id: I8465a9badbb0eda804f457ccac599f051ee3c27c
7 lines
149 B
Python
7 lines
149 B
Python
"""Working examples of single-table, joined-table, and concrete-table
|
|
inheritance as described in :ref:`inheritance_toplevel`.
|
|
|
|
.. autosource::
|
|
|
|
"""
|