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

[jdbc] Fix console command 'tables clean' #13916

Merged
merged 1 commit into from
Dec 11, 2022

Conversation

jlaur
Copy link
Contributor

@jlaur jlaur commented Dec 11, 2022

NullPointerException was thrown because items manage table was not provided.

Regression of #13737
Fixes #13911

NullPointerException was thrown because index table was not provided

Fixes openhab#13911

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
@jlaur jlaur requested a review from a team as a code owner December 11, 2022 19:02
@jlaur jlaur added the bug An unexpected problem or unintended behavior of an add-on label Dec 11, 2022
Copy link
Contributor

@lolodomo lolodomo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you

@lolodomo
Copy link
Contributor

Will merge as soon as we have the GO to do it again.

@kaikreuzer kaikreuzer merged commit a3fccc6 into openhab:main Dec 11, 2022
@kaikreuzer
Copy link
Member

Go!

@kaikreuzer kaikreuzer added this to the 3.4 milestone Dec 11, 2022
@jlaur jlaur deleted the 13911-jdbc-fix-table-clean branch December 11, 2022 21:48
@wborn wborn removed the bug An unexpected problem or unintended behavior of an add-on label Dec 17, 2022
morph166955 pushed a commit to morph166955/openhab-addons that referenced this pull request Dec 18, 2022
NullPointerException was thrown because index table was not provided

Fixes openhab#13911

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
@jlaur jlaur added bug An unexpected problem or unintended behavior of an add-on regression Regression that happened during the development of a release. Not shown on final release notes. labels Dec 18, 2022
andrasU pushed a commit to andrasU/openhab-addons that referenced this pull request Dec 24, 2022
NullPointerException was thrown because index table was not provided

Fixes openhab#13911

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
borazslo pushed a commit to borazslo/openhab-mideaac-addon that referenced this pull request Jan 8, 2023
NullPointerException was thrown because index table was not provided

Fixes openhab#13911

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
psmedley pushed a commit to psmedley/openhab-addons that referenced this pull request Feb 23, 2023
NullPointerException was thrown because index table was not provided

Fixes openhab#13911

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
nemerdaud pushed a commit to nemerdaud/openhab-addons that referenced this pull request Feb 28, 2023
NullPointerException was thrown because index table was not provided

Fixes openhab#13911

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on regression Regression that happened during the development of a release. Not shown on final release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[jdbc] clean item with force leading to NPE
4 participants