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
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/mongodb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ A schema collection consists of a MongoDB document for a table.
}
}

The connector quotes the fields for a row type when auto-generating the schema.
However, if the schema is being fixed manually in the collection then
the fields need to be explicitly quoted. ``row("UpperCase" varchar)``

=============== ========= ============== =============================
Field Required Type Description
=============== ========= ============== =============================
Expand Down