Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow database name contain uppercase characters #2504

Merged
merged 15 commits into from
Apr 26, 2023
Prev Previous commit
Next Next commit
fix docs in diff.md
  • Loading branch information
syasyayas committed Apr 22, 2023
commit 3ed9c93b6a4c6f06c28814af45362240b6a17682
1 change: 0 additions & 1 deletion website/docs/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ slug: /diff/ # referenced in README.md and beacon
* database name must not include non-latin letters;
* collection name must be valid UTF-8 characters;
* database name must not start with a number;
* database name cannot contain capital letters;
9. For Tigris, FerretDB requires Tigris schema validation for `create` command: validator must be set as `$tigrisSchemaString`.
The value must be a JSON string representing JSON schema in [Tigris format](https://docs.tigrisdata.com/overview/schema).
10. FerretDB offers the same validation rules for the `scale` parameter in both the `collStats` and `dbStats` commands.
Expand Down