Skip to content

Add Missing Select Statement Features #126

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
Aug 9, 2019

Conversation

jeffgbutler
Copy link
Member

Add missing select features:

  • union after group by
  • union after join
  • group by after join

Add a common interface for queries after the from and join clauses to support the MyBatis3 helper interfaces and upcoming Kotlin extensions.

Update dependencies

Some test repackaging related to the new canonical mapper for MyBatis Generator

- union after group by
- union after join
- group by after join

Also add a common interface for after from and join clauses to support
the MyBatis3 helper interfaces and upcoming Kotlin extensions.
@jeffgbutler jeffgbutler added this to the 1.1.3 milestone Aug 9, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 74aa965 on jeffgbutler:master into d17e8c3 on mybatis:master.

@jeffgbutler jeffgbutler merged commit 2cb100a into mybatis:master Aug 9, 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