Skip to content

Commit ee6b096

Browse files
authored
cross reference SQL only docs from edgeql polymorphism (#9050)
1 parent dbd053e commit ee6b096

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/datamodel/inheritance.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ any individual ``CanBark`` objects.
6565
6666
6767
For details on querying polymorphic data, see :ref:`EdgeQL > Select >
68-
Polymorphic queries <ref_eql_select_polymorphic>`.
68+
Polymorphic queries <ref_eql_select_polymorphic>`. When using the SQL adapter,
69+
see :ref:`SQL adapter <ref_sql_adapter>` for information about using ``ONLY``
70+
to query parent tables without including child objects.
6971

7072
.. _ref_datamodel_inheritance_multiple:
7173

0 commit comments

Comments
 (0)