Skip to content

Conversation

@harawata
Copy link
Member

@harawata harawata commented Sep 7, 2019

This should fix #1653

Cc-ing @gdarmont ,
Please let me know if you noticed any potential issue (even after I merged this PR).
Thanks!

The modifier change (i.e. `private` -> `protected`) is to avoid synthetic method generation.
@harawata harawata merged commit e28b0f3 into mybatis:master Sep 7, 2019
@gdarmont
Copy link
Contributor

Hi @harawata,

The fix proposed LGTM.
I always worked with wrapper objects using MyBatis and did forget this simple use case. My bad :)

@harawata
Copy link
Member Author

There is always one more problem. :D
Thank you for your input, @gdarmont !

pulllock pushed a commit to pulllock/mybatis-3 that referenced this pull request Oct 19, 2023
Prevent null element from stopping cursor iteration
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.

Unable to iterate Cursor if the next element is null

2 participants