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
The field with the ``lock`` attribute will be used to store lock information for :ref:`pessimistic locking <transactions_and_concurrency_pessimistic_locking>`.
159
-
This is only compatible with the ``int`` field type, and cannot be combined with ``id="true"``.
159
+
This is only compatible with the ``int`` field type.
160
160
161
161
.. code-block:: xml
162
162
@@ -170,7 +170,7 @@ Version
170
170
^^^^^^^
171
171
172
172
The field with the ``version`` attribute will be used to store version information for :ref:`optimistic locking <transactions_and_concurrency_optimistic_locking>`.
173
-
This is only compatible with ``int`` and ``date`` field types, and cannot be combined with ``id="true"``.
173
+
This is only compatible with ``int`` and ``date`` field types.
Copy file name to clipboardexpand all lines: tests/Doctrine/ODM/MongoDB/Tests/Functional/Ticket/GH774/Doctrine.ODM.MongoDB.Tests.GH774AbstractThread.dcm.xml
Copy file name to clipboardexpand all lines: tests/Doctrine/ODM/MongoDB/Tests/Mapping/Driver/fixtures/xml/TestDocuments.InvalidPartialFilterDocument.dcm.xml
Copy file name to clipboardexpand all lines: tests/Doctrine/ODM/MongoDB/Tests/Mapping/Driver/fixtures/xml/TestDocuments.PrimedCollectionDocument.dcm.xml
Copy file name to clipboardexpand all lines: tests/Doctrine/ODM/MongoDB/Tests/Mapping/xml/Doctrine.ODM.MongoDB.Tests.Mapping.AbstractMappingDriverUser.dcm.xml
0 commit comments