Justin Jia

Results 2 comments of Justin Jia

Hi @harawata, Is that possible to do this when using dynamic sql? Would MyBatis consider to support this case?

I can solve it by using customized rendering strategy, but it's not smart enough, since MyBatis cannot detect JSON column of H2 SQL provider and apply this strategy automatically. ```java...