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

Allow custom map wrapper to handle keys with dots or brackets #3076

Merged
merged 3 commits into from
Jan 27, 2024

Conversation

harawata
Copy link
Member

Also, users can now extend the built-in MapWrapper to write a custom one.

Should fix #13 #2298 #3062

It's now  possible to write a custom Map wrapper that allows keys that contain period (dot) `.` or brackets `[]`.
Also, it's now possible to write a custom Map wrapper by extending the built-in `MapWrapper`.

Should fix mybatis#13 mybatis#2298 mybatis#3062
@coveralls
Copy link

coveralls commented Jan 24, 2024

Coverage Status

coverage: 87.147% (+0.5%) from 86.665%
when pulling f09520e on harawata:extensible-mapwrapper
into a4b0302 on mybatis:master.

@harawata harawata added the enhancement Improve a feature or add a new feature label Jan 27, 2024
@harawata harawata added this to the 3.5.16 milestone Jan 27, 2024
@harawata harawata self-assigned this Jan 27, 2024
@harawata harawata merged commit c7c0698 into mybatis:master Jan 27, 2024
14 checks passed
@harawata harawata removed this from the 3.5.16 milestone Jan 28, 2024
@scf18857887860
Copy link

Also, users can now extend the built-in MapWrapper to write a custom one.

Should fix #13 #2298 #3062

ok,thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve a feature or add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Column names with a period messes up name mapping
3 participants