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

Handle Invalid Database Names #510

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Handle Invalid Database Names #510

merged 1 commit into from
Dec 11, 2024

Conversation

henryfauna
Copy link
Contributor

Ticket(s): FE-6209

Problem

When trying to create a database with an invalid name, such as db-test, we return a vague error message that doesn't really tell the user what the actual problem is.

Solution

Handle this error case explicitly and give the user a more actionable error message.

Result

We clearly state when an invalid database name is provided.

Testing

Added a test case.

@henryfauna henryfauna requested a review from a team as a code owner December 11, 2024 21:06
@ecooper ecooper merged commit fb4fdd2 into v3 Dec 11, 2024
4 checks passed
@ecooper ecooper deleted the invalid-ident-create-db branch December 11, 2024 21:56
@cleve-fauna cleve-fauna mentioned this pull request Dec 13, 2024
@mwilde345 mwilde345 mentioned this pull request Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants