docs icon indicating copy to clipboard operation
docs copied to clipboard

Collection names cannot be the name of a method on db. e.g. "hello"

Open 3willows opened this issue 1 year ago • 0 comments

Add the following additional restriction on naming of collections

Collection names should begin with an underscore or a letter character, and cannot:

  • ...
  • be the name of a method on db, e.g. "hello".

For more context see here.

DESCRIPTION

STAGING

JIRA

BUILD LOG

SELF-REVIEW CHECKLIST

  • [x] Is this free of any warnings or errors in the RST?
  • [x] Is this free of spelling errors?
  • [x] Is this free of grammatical errors?
  • [x] Is this free of staging / rendering issues?
  • [x] Are all the links working?

EXTERNAL REVIEW REQUIREMENTS

What's expected of an external reviewer?

3willows avatar Jun 10 '24 10:06 3willows