Skip to content

[Kotlin] Improve Insert DSL #452

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 9 commits into from
Feb 16, 2022
Merged

Conversation

jeffgbutler
Copy link
Member

Write full Kotlin implementations of all the different insert DSLs. This allows us to use some additional Kotlin DSL features.

The main difference in practice is that the "into" function is moved inside the completer lambda. This is similar to the change we made for select statements and adds another level of consistency to the Kotlin DSL.

@jeffgbutler jeffgbutler added this to the 1.4.0 milestone Feb 16, 2022
@coveralls
Copy link

coveralls commented Feb 16, 2022

Coverage Status

Coverage remained the same at 100.0% when pulling 193b896 on jeffgbutler:insert-builders into 15d63c0 on mybatis:master.

@jeffgbutler jeffgbutler merged commit cab7f18 into mybatis:master Feb 16, 2022
@jeffgbutler jeffgbutler deleted the insert-builders branch February 16, 2022 19:06
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