-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 columnPrefix to @One and @Many #1829
Add columnPrefix to @One and @Many #1829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good! Thank you, @moonService !
There are two copyrighted files. Could you remove those headers?
src/test/java/org/apache/ibatis/submitted/annotion_many_one_add_columnprefix/RoleDao.xml
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/ibatis/submitted/annotion_many_one_add_columnprefix/SqlMapConfig.xml
Outdated
Show resolved
Hide resolved
@harawata please check it if you have time |
Thanks for the update, @moonService ! |
- Removed a wrong import. - Column size should be large enough to contain the test data. - Renamed role_name/roleName to name This is not an issue, but it unnecessarily makes the test harder to understand.
@moonService , |
No description provided.