Include missing identifiers in the list of suggestions of the SQL query console #43
Labels
A-ui
Area: UI
C-enhancement
Category: An issue proposing an enhancement
E-good-first-issue
P-low
Priority: Low
Add constraint, index, adapter and query interface names to the list of suggested names in the auto-completion provided in the SQL query console of the Polypheny-UI.
There is an editor component int the UI (
src/app/components/editor
). It most probably makes sense to add a new method in the backend in Polypheny-DB (webui/src/main/java/org/polypheny/db/webui/Crud.java
) which returns a list of all names to names / identifiers to be considered.The text was updated successfully, but these errors were encountered: