You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Operating System (Polypheny-DB)
Windows
Polypheny-DB Version
v1.4.3
Affected Areas
UI
Browser
Chrome
Client Operating System
Windows 11
Bug Description
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
The text was updated successfully, but these errors were encountered: