Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/feature-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ Database Features
- *Unsupported*

* - Multi-database Support / Multiple Schemas
- *Unsupported* Laravel uses a dot separator (``.``)
between SQL schema and table names, but MongoDB allows ``.``
characters within collection names, which might lead to
unexpected namespace parsing.
- | *Unsupported*
| Laravel uses a dot separator (``.``)
between SQL schema and table names, but MongoDB allows ``.``
characters within collection names, which might lead to
unexpected namespace parsing.

Query Features
--------------
Expand Down
Loading