Skip to content

Implement a General Insert Statement #215

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 16 commits into from
Jul 20, 2020

Conversation

jeffgbutler
Copy link
Member

The general insert statement does not require a POJO class that matches a table row - it can generate arbitrary INSERT statements with any given set of columns.

Resolves #201

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling cb6a435 on jeffgbutler:general-insert into 6469607 on mybatis:master.

@jeffgbutler jeffgbutler merged commit 37aaa0d into mybatis:master Jul 20, 2020
@jeffgbutler jeffgbutler deleted the general-insert branch July 20, 2020 19:51
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.

General Insert Statement
2 participants