diff --git a/docs/edgeql/for.rst b/docs/edgeql/for.rst index 4efca8cfce7..c331dea0ef0 100644 --- a/docs/edgeql/for.rst +++ b/docs/edgeql/for.rst @@ -74,6 +74,10 @@ A similar approach can be used for bulk updates. Conditional DML --------------- +.. versionadded:: 4.0 + + DML is now supported in :eql:op:`if..else` as of EdgeDB 4.0. + DML (i.e., :ref:`insert `, :ref:`update `, :ref:`delete `) is not supported in :eql:op:`if..else`. If you need to do one of these conditionally, you can use a ``for`` loop as a