File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ field is referenced in a query.
5353
5454.. warning ::
5555
56- :ref: `Volatile and modifying <_ref_reference_volatility >` expressions are not
56+ :ref: `Volatile and modifying <ref_reference_volatility >` expressions are not
5757 allowed in computed properties defined in schema. This means that, for
5858 example, your schema-defined computed property cannot call
5959 :eql:func: `datetime_current `, but it *can * call
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Sets as arguments
3838^^^^^^^^^^^^^^^^^
3939
4040Calling a user-defined function on a set will always apply it as
41- :ref: `*element-wise* <_ref_reference_cardinality_functions_operators >`.
41+ :ref: `*element-wise* <ref_reference_cardinality_functions_operators >`.
4242
4343.. code-block :: sdl
4444
@@ -84,7 +84,7 @@ Modifying Functions
8484User-defined functions can contain DML (i.e.,
8585:ref: `insert <ref_eql_insert >`, :ref: `update <ref_eql_update >`,
8686:ref: `delete <ref_eql_delete >`) to make changes to existing data. These
87- functions have a :ref: `modifying <_ref_reference_volatility >` volatility.
87+ functions have a :ref: `modifying <ref_reference_volatility >` volatility.
8888
8989.. code-block :: sdl
9090
@@ -102,7 +102,7 @@ functions have a :ref:`modifying <_ref_reference_volatility>` volatility.
102102 {default::User {name: 'Jan', joined_at: <datetime>'2024-12-11T11:49:47Z'}}
103103
104104 Unlike other functions, the arguments of modifying functions **must ** have a
105- :ref: `cardinality <_ref_reference_cardinality >` of ``One ``.
105+ :ref: `cardinality <ref_reference_cardinality >` of ``One ``.
106106
107107.. code-block :: edgeql-repl
108108
Original file line number Diff line number Diff line change @@ -134,6 +134,6 @@ The :ref:`cartesian product <ref_reference_cardinality_cartesian>` of a
134134function, except for :ref: `standard set functions <ref_std_set >`.
135135
136136The non-optional parameters of ``Modifying ``
137- :ref: `functions <_ref_datamodel_functions_modifying >` must have a
138- :ref: `cardinality <_ref_reference_cardinality >` of ``One ``. Optional
137+ :ref: `functions <ref_datamodel_functions_modifying >` must have a
138+ :ref: `cardinality <ref_reference_cardinality >` of ``One ``. Optional
139139parameters must have a cardinality of ``AtMostOne ``.
You can’t perform that action at this time.
0 commit comments