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

Issue: Unique Name Field Rejects Valid Input #472

Open
Rahulxx01 opened this issue Mar 6, 2024 · 1 comment · May be fixed by polypheny/Polypheny-UI#86
Open

Issue: Unique Name Field Rejects Valid Input #472

Rahulxx01 opened this issue Mar 6, 2024 · 1 comment · May be fixed by polypheny/Polypheny-UI#86
Labels
A-db Area: DB A-ui Area: UI C-bug Category: This is a bug.

Comments

@Rahulxx01
Copy link

Operating System (Polypheny-DB)

Windows

Polypheny-DB Version

v1.4.3

Affected Areas

UI

Browser

Chrome

Client Operating System

Windows 11

Bug Description

image

When attempting to input a unique name in the settings dialogue, the entry "dealer_price" triggers an error stating, "invalid unique name: unique name must only contain lower case letters, digits and underscores." This behaviour seems unexpected since the entered name adheres to the described naming convention. The unique name consists of lowercase letters and an underscore, which should be valid as per the error message criteria.

Reproduction Steps

Navigate to the Adapters tab in the application.
Click on the option to Add a source.
From the list of source types, select CSV as the source format.
In the settings dialogue that opens, locate the field labelled Unique Name.
Enter the unique name as dealer_price.
Observe the error message that appears stating "invalid unique name: unique name must only contain lower case letters, digits and underscores."

Expected Behavior

It should accept underscore characters.

Relevant Log Output

No response

@Rahulxx01 Rahulxx01 added the C-bug Category: This is a bug. label Mar 6, 2024
@sroopsai
Copy link

sroopsai commented Mar 7, 2024

@hennlo hennlo added A-ui Area: UI A-db Area: DB labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-db Area: DB A-ui Area: UI C-bug Category: This is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants