-
-
Notifications
You must be signed in to change notification settings - Fork 469
Open
Labels
needs: triageThis issue has not yet been reviewed by a maintainerThis issue has not yet been reviewed by a maintainertype: bug
Description
Description
When creating a new table in the database with a trailing space (or just a space as the name), the table becomes undeletable.
Expected behavior
Table names should be automatically trimmed of trailing spaces, or Be rejected as invalid during creation.
To Reproduce
-
Create a new table with a name that has a trailing space (e.g., "users ").
-
Attempt to delete the table.
-
Observe that the table cannot be deleted.
can.t.able.to.delete.table.with.trailing.space.mp4
Environment
- Mathesar version: 0.8.0
- OS: Debian GNU/Linux 13
- Browser: Chrome
- Browser Version: Version 143.0.7499.192
Additional context
This issue makes it difficult to delete tables with whitespace in their names.
Metadata
Metadata
Assignees
Labels
needs: triageThis issue has not yet been reviewed by a maintainerThis issue has not yet been reviewed by a maintainertype: bug