-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Operating System (Polypheny-DB)
Linux
Polypheny-DB Version
v.0.9.0
Affected Areas
DB, UI
Browser
No response
Client Operating System
SLES 15 SP4
Bug Description
When adding a new Data Source within Polypheny and the source tables are selected via wildcard * instead of specifying each table on its own.
The system goes ahead an creates a new entity in the public schema called *
When now trying to view or select this table the schema view breaks and the system behaves very strangely.

Reproduction Steps
- Within Polypheny try adding a new data source adapter for example on PostgreSQL
- in the source tables field simply type:
*
This "successfully" creates an entity called * which cannot be used.
Expected Behavior
Related to: #449
* The asterix is actually a reserved keyword and shouldn't be allowed in the first place.
The original intention was to use *to select all tables within a schema that the user has access to.
Without tediously adding table by table.
Even if this is not supported creating an entity with * shouldn't be allowed.
Relevant Log Output
No response
