Skip to content

Support Specifying javaType on SqlColumn, and Render Properly for MyBatis #386

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 3 commits into from
Jul 28, 2021

Conversation

jeffgbutler
Copy link
Member

MyBatis' EnumOrdinalTypeHandler requires that javaType be specified on the parameter marker. This PR adds that capability.

Resolves #385

@jeffgbutler jeffgbutler added this to the 1.3.1 milestone Jul 28, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 7e207a3 on jeffgbutler:java-type-on-sqlcolumn into 3b5c51c on mybatis:master.

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.

Not support org.apache.ibatis.type.EnumOrdinalTypeHandler
2 participants