redolog / blog-comment

Blog comment using gitalk.
0 stars 0 forks source link

troubleshooting mybatis-plus parsing whitespaces in SQL | 宋惠龙的博客 #160

Open redolog opened 1 year ago

redolog commented 1 year ago

https://redolog.github.io/posts/rd/troubleshoot/mybatis-plus/whitespaces_in_sql_err/

Since 3.4.1 (less or more), mybatis-plus bring in a bug: when parsing extra whitespaces in SQL, it throws net.sf.jsqlparser.parser.ParseException. I solved the problem by finding relevant discussions and resources to gain insights into the issue.