Skip to content

PreparedOperationBindableQuery.bindNull(…) calls GenericExecuteSpec.bind(…) instead of bindNull(…) #587

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

Closed
wants to merge 1 commit into from

Conversation

Grayswan4
Copy link
Contributor

No description provided.

The wrong call is not caught by the compiler due to a bind method that has a signature of (String name, Object value)
@pivotal-issuemaster
Copy link

@Grayswan4 Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-issuemaster
Copy link

@Grayswan4 Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 21, 2021
@mp911de mp911de added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 22, 2021
mp911de pushed a commit that referenced this pull request Apr 22, 2021
…ull(…).

The wrong call is not caught by the compiler due to a bind method that has a signature of (String name, Object value).
Previously, bindNull(…) called bind(…).

Closes #587.
mp911de added a commit that referenced this pull request Apr 22, 2021
Add unit test.

See #587.
mp911de pushed a commit that referenced this pull request Apr 22, 2021
…ull(…).

The wrong call is not caught by the compiler due to a bind method that has a signature of (String name, Object value).
Previously, bindNull(…) called bind(…).

Closes #587.
mp911de added a commit that referenced this pull request Apr 22, 2021
Add unit test.

See #587.
@mp911de mp911de closed this in c126d6d Apr 22, 2021
mp911de added a commit that referenced this pull request Apr 22, 2021
Add unit test.

See #587.
@mp911de mp911de changed the title Fix call here should be bindNull instead of bind PreparedOperationBindableQuery.bindNull(…) calls GenericExecuteSpec.bind(…) instead of bindNull(…) Apr 22, 2021
@mp911de mp911de added this to the 1.2.9 (2020.0.9) milestone Apr 22, 2021
@mp911de
Copy link
Member

mp911de commented Apr 22, 2021

Thank you for your contribution. That's merged, polished, and backported now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants