Skip to content
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

Add CommonGeneralInsert mapper #570

Merged

Conversation

jeffgbutler
Copy link
Member

This mapper can be used to run the insert statements that do not require a class matching a table row. This includes the general insert, and insert select.

This mapper doesn't include the typed inserts,
so it can easily be used without a class that
matches a table row.
@jeffgbutler jeffgbutler added this to the 1.5.0 milestone Jan 7, 2023
@coveralls
Copy link

coveralls commented Jan 7, 2023

Coverage Status

Coverage: 100.0%. Remained the same when pulling 151c4e3 on jeffgbutler:common-general-insert-mapper into 599ca8a on mybatis:master.

@jeffgbutler jeffgbutler merged commit d8b313d into mybatis:master Jan 7, 2023
@jeffgbutler jeffgbutler deleted the common-general-insert-mapper branch January 7, 2023 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.

None yet

2 participants