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

quarkus.hibernate-orm.database.generation values should be enumerated #317

Closed
fbricon opened this issue Nov 1, 2020 · 3 comments · Fixed by redhat-developer/quarkus-ls#374
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@fbricon
Copy link
Collaborator

fbricon commented Nov 1, 2020

Currently quarkus.hibernate-orm.database.generation provides no completion for its possible values. We should see none, create, drop-and-create, drop, update.

Screenshot 2020-11-01 at 18 17 27

You can see an example in https://github.com/fbricon/quarkus-spread-poll/blob/master/src/main/resources/application.properties#L19

@fbricon fbricon added the enhancement New feature or request label Nov 1, 2020
@angelozerr
Copy link
Contributor

@angelozerr
Copy link
Contributor

This issue should be very easy to do.

@rgrunber rgrunber self-assigned this Nov 19, 2020
@angelozerr angelozerr added this to the 1.8.0 milestone Nov 20, 2020
rgrunber added a commit to rgrunber/quarkus-ls that referenced this issue Dec 4, 2020
rgrunber added a commit to rgrunber/quarkus-ls that referenced this issue Dec 7, 2020
- Fixes redhat-developer/vscode-quarkus#317
- Add testcase

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
angelozerr pushed a commit to redhat-developer/quarkus-ls that referenced this issue Dec 9, 2020
- Fixes redhat-developer/vscode-quarkus#317
- Add testcase

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants