You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a test covering that usage and the test is passing, so I need you to create a complete test case or small repro project like these.
Please try to keep it as simple as possible (i.e. minimum number of tables, columns, classes, etc.).
MyBatis version
3.5.10
Database vendor and version
MySQL 8.0.27
Test case or example project
Steps to reproduce
run this code
Expected result
notNullColumn
points to column names that are not affected bycolumnPrefix
.notNullColumn
points tomerchant_id
.Actual result
notNullColumn
points toMM_merchant_id
.notNullColumn
affected by columnPrefix`.The text was updated successfully, but these errors were encountered: