You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/reference/xml-mapping.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ Reference
148
148
Lock
149
149
^^^^
150
150
151
-
The field with the ``lock`` attribute will be used to store lock information for :ref:`pessimistic locking <transactions_and_concurrency_pessimistic_locking>`.
151
+
The field with the ``lock`` parameter will be used to store lock information for :ref:`pessimistic locking <transactions_and_concurrency_pessimistic_locking>`.
152
152
This is only compatible with the ``int`` field type.
153
153
154
154
.. code-block:: xml
@@ -162,7 +162,7 @@ This is only compatible with the ``int`` field type.
162
162
Version
163
163
^^^^^^^
164
164
165
-
The field with the ``version`` attribute will be used to store version information for :ref:`optimistic locking <transactions_and_concurrency_optimistic_locking>`.
165
+
The field with the ``version`` parameter will be used to store version information for :ref:`optimistic locking <transactions_and_concurrency_optimistic_locking>`.
166
166
This is only compatible with ``int`` and ``date`` field types.
0 commit comments