Skip to content

Add the ability to call a build method on any intermediate object in a select statement #106

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

Merged
merged 8 commits into from
Jul 2, 2019

Conversation

jeffgbutler
Copy link
Member

This is related to #100 and #102. In both issues, the issue was caused by calling a build() method on an intermediate object in the select statement chain and not the final object. This lead to very confusing results.

With this change, any build() method from any intermediate object can be called and the same result will be returned.

@jeffgbutler jeffgbutler added this to the 1.1.2 milestone Jul 2, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 2010c8f on jeffgbutler:master into 319396c on mybatis:master.

@jeffgbutler jeffgbutler merged commit 83a30ac into mybatis:master Jul 2, 2019
This was referenced Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants