@@ -21,7 +21,7 @@ Overview
21
21
--------
22
22
23
23
This guide describes the Laravel features that are supported by
24
- {+odm-long+}. This page discusses Laravel version 11 .x feature
24
+ {+odm-long+}. This page discusses Laravel version 12 .x feature
25
25
availability in the {+odm-short+}.
26
26
27
27
The following sections contain tables that describe whether individual
@@ -32,6 +32,7 @@ Database Features
32
32
33
33
.. list-table::
34
34
:header-rows: 1
35
+ :widths: 40 60
35
36
36
37
* - Eloquent Feature
37
38
- Availability
@@ -63,6 +64,12 @@ Database Features
63
64
* - Database Monitoring
64
65
- *Unsupported*
65
66
67
+ * - Multi-database Support / Multiple Schemas
68
+ - *Unsupported* Laravel uses a dot separator (``.``)
69
+ between SQL schema and table names, but MongoDB allows ``.``
70
+ characters within collection names, which might lead to
71
+ unexpected namespace parsing.
72
+
66
73
Query Features
67
74
--------------
68
75
@@ -114,19 +121,19 @@ The following Eloquent methods are not supported in the {+odm-short+}:
114
121
* - Unions
115
122
- *Unsupported*
116
123
117
- * - `Basic Where Clauses <https://laravel.com/docs/11.x /queries#basic-where-clauses>`__
124
+ * - `Basic Where Clauses <https://laravel.com/docs/{+laravel-docs-version+} /queries#basic-where-clauses>`__
118
125
- ✓
119
126
120
- * - `Additional Where Clauses <https://laravel.com/docs/11.x /queries#additional-where-clauses>`__
127
+ * - `Additional Where Clauses <https://laravel.com/docs/{+laravel-docs-version+} /queries#additional-where-clauses>`__
121
128
- ✓
122
129
123
130
* - Logical Grouping
124
131
- ✓
125
132
126
- * - `Advanced Where Clauses <https://laravel.com/docs/11.x /queries#advanced-where-clauses>`__
133
+ * - `Advanced Where Clauses <https://laravel.com/docs/{+laravel-docs-version+} /queries#advanced-where-clauses>`__
127
134
- ✓
128
135
129
- * - `Subquery Where Clauses <https://laravel.com/docs/11.x /queries#subquery-where-clauses>`__
136
+ * - `Subquery Where Clauses <https://laravel.com/docs/{+laravel-docs-version+} /queries#subquery-where-clauses>`__
130
137
- *Unsupported*
131
138
132
139
* - Ordering
@@ -136,7 +143,7 @@ The following Eloquent methods are not supported in the {+odm-short+}:
136
143
- *Unsupported*
137
144
138
145
* - Grouping
139
- - Partially supported, use :ref:`Aggregations <laravel-query-builder-aggregations>`.
146
+ - Partially supported. Use :ref:`Aggregations <laravel-query-builder-aggregations>`.
140
147
141
148
* - Limit and Offset
142
149
- ✓
0 commit comments