mybatis / spring

Spring integration for MyBatis 3
Apache License 2.0
2.82k stars 2.6k forks source link

from_base64() doesn't work #697

Closed wonekid closed 1 year ago

wonekid commented 2 years ago

Dear ,

When I use from_base64() to return the data, it does not take effect. In fact, it works fine on the mysql command line! Can you help take a look? thank you.

   select from_base64(data) from table_name ;
mybatis-spring-boot-starter version: 2.2.2  
harawata commented 2 years ago

Hello @wonekid ,

Please create a small project that reproduces the problem and share it on your GitHub repo. Here are some project templates: https://github.com/harawata/mybatis-issues

kazuki43zoo commented 1 year ago

Close because no reply at long time. Of course you can reopen at any time.