Skip to content

Commit

Permalink
Update database naming restrictions (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ron authored Jul 13, 2023
1 parent 4bab468 commit 1352a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ slug: /diff/ # referenced in README.md and beacon
- name cannot start with the reserved prefix `_ferretdb_`;
- database name must not include non-latin letters;
- collection name must be valid UTF-8 characters;
- database name must not start with a number;
9. FerretDB offers the same validation rules for the `scale` parameter in both the `collStats` and `dbStats` commands.
If an invalid `scale` value is provided in the `dbStats` command, the same error codes will be triggered as with the `collStats` command.

Expand Down

0 comments on commit 1352a47

Please sign in to comment.