File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Database References
10
10
.. default-domain:: mongodb
11
11
12
12
MongoDB does not support joins. In MongoDB some data is
13
- "denormalized," or stored with related data in :term:`documents
13
+ "denormalized", or stored with related data in :term:`documents
14
14
<document>` to remove the need for joins. However, in some cases it
15
15
makes sense to store related information in separate documents,
16
16
typically in different collections or databases.
Original file line number Diff line number Diff line change 20
20
The :program:`mongo` shell provides various options to return the date,
21
21
either as a string or as an object:
22
22
23
- - ``Date()`` method which returns the current date as a string
23
+ - ``Date()`` method which returns the current date as a string.
24
24
25
25
- ``Date()`` constructor which returns an ``ISODate`` object when used
26
26
with the ``new`` operator.
You can’t perform that action at this time.
0 commit comments