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

Fix missing parameters in some subqueries #3539

Merged
merged 1 commit into from Jun 11, 2022

Conversation

katzyn
Copy link
Contributor

@katzyn katzyn commented Jun 11, 2022

Closes #3534.

@@ -7432,7 +7450,7 @@ private TableView createCTEView(String cteViewName, String querySQL,
TableView view;
synchronized (session) {
view = new TableView(schema, id, cteViewName, querySQL,
Copy link
Contributor

Choose a reason for hiding this comment

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

NULL_DEREFERENCE: object returned by getSchemaWithDefault(this) could be null and is dereferenced by call to TableView(...) at line 7452.

Reply with "@sonatype-lift help" for more info.
Reply with "@sonatype-lift ignore" to tell Liftbot to leave out the above finding from this PR.
Reply with "@sonatype-lift ignoreall" to tell Liftbot to leave out all the findings from this PR and from the status bar in Github.

When talking to Liftbot, you need to refresh the page to see its response. Click here to get to know more about Liftbot commands.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

@katzyn katzyn merged commit 726bc26 into h2database:master Jun 11, 2022
@katzyn katzyn deleted the parameters branch June 11, 2022 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subquery has incorrect empty parameters since 2.1.210 that breaks sameResultAsLast()
1 participant