mybatis / generator

A code generator for MyBatis.

Home Page:http://www.mybatis.org/generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A bug for javaModelGenerator config constructorBased with only one column is blob

itfsw opened this issue · comments

when db columns has only one column is blob, plugin will only generate java model with full column constructor.so BaseResultMap will not found the constructor!

We found this bug: #205
And this fix will apply at this version 1.3.6.
If you need to fix this bug now, change defaultModelType "hierachy" or build your own code in your local.
image

thanks for your job.