Skip to content

Commit

Permalink
Document ROW type field name example in MongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
academy-codex authored and ebyhr committed Apr 28, 2022
1 parent aa7bf5d commit b5b462f
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit b5b462f

Please sign in to comment.