Skip to content

Commit 5996f36

Browse files
committed
JT tech review 1
1 parent 49e44a0 commit 5996f36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/fundamentals/database-collection.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@ or is empty, these methods return a value of ``false``.
269269

270270
.. note:: id Alias
271271

272-
Starting in {+odm-long+} v5.1, the ``getColumns()`` method returns
273-
the ``_id`` field name as the alias ``id``. You can pass either
274-
``_id`` or ``id`` to the ``hasColumn()`` and ``hasColumns()``
275-
methods.
272+
Starting in {+odm-long+} v5.1, the ``getColumns()`` method represents
273+
the ``_id`` field name in a MongoDB collection as the alias ``id`` in
274+
the returned list of field names. You can pass either ``_id`` or
275+
``id`` to the ``hasColumn()`` and ``hasColumns()`` methods.
276276

277277
Example
278278
```````

0 commit comments

Comments
 (0)