lxconfig
Results
1
issues of
lxconfig
我的sql如下: `select * from user u where u.name like '%\\%%' escape '\\'` 即:模糊搜索中可能存在搜索单个%号的情况,这里如何进行转义呢? 执行上面的搜索,提示错误如下: `java.lang.IllegalArgumentException: No enum constant org.nlpcn.es4sql.domain.Where.CONN.ESCAPE` 版本是7.13.2