Closed
Description
MyBatis version
3.5.0
Database vendor and version
H2
Test case or example project
Steps to reproduce
Run FooMapperTest to find one object Foo with an immutable Bar from DB
Expected result
get a Foo with a Bar constructed by autoMapping with columnPrefix "b_"
Actual result
An exception thrown with message:
...JdbcSQLSyntaxErrorException: Column "b_B_STR" not found ...