File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ Database Features
63
63
* - Database Monitoring
64
64
- *Unsupported*
65
65
66
+ * - Multi-database Support / Multiple Schemas
67
+ - Partially supported. Laravel uses a dot separator (``.``)
68
+ between SQL schema and table names, but MongoDB allows ``.``
69
+ characters within collection names, which might lead to
70
+ unexpected parsing of namespaces.
71
+
66
72
Query Features
67
73
--------------
68
74
@@ -136,7 +142,7 @@ The following Eloquent methods are not supported in the {+odm-short+}:
136
142
- *Unsupported*
137
143
138
144
* - Grouping
139
- - Partially supported, use :ref:`Aggregations <laravel-query-builder-aggregations>`.
145
+ - Partially supported. Use :ref:`Aggregations <laravel-query-builder-aggregations>`.
140
146
141
147
* - Limit and Offset
142
148
- ✓
You can’t perform that action at this time.
0 commit comments