1.2.1 Allowed characters: alphanumeric, non-leading hyphen, underscore, period
- 0
- General
- Databases
I think is an error here Hi there 🙂
i think we mean non-leading hyphen, non-leading underscore, and non-leading period.
@VincentGe, do you think we need to make this clearer?
If we want to make it clearer, we can make the warning more exact.
- If there's a character that's not allowed, say "allowed characters: letters, numbers, hyphens, underscores, periods.
- If there are leading characters that aren't valid, warning should say "ID must begin with a letter or number"
CC: @Sara Does this make sense? We can add to copy audit
I think your 2nd point is a good idea
Yeah more exact messages always help
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...