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
6363 * - Database Monitoring
6464 - *Unsupported*
6565
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+
6672Query Features
6773--------------
6874
@@ -136,7 +142,7 @@ The following Eloquent methods are not supported in the {+odm-short+}:
136142 - *Unsupported*
137143
138144 * - Grouping
139- - Partially supported, use :ref:`Aggregations <laravel-query-builder-aggregations>`.
145+ - Partially supported. Use :ref:`Aggregations <laravel-query-builder-aggregations>`.
140146
141147 * - Limit and Offset
142148 - ✓
You can’t perform that action at this time.
0 commit comments