starxg / mybatis-log-plugin-free

Restore mybatis sql log to original whole executable sql.
https://plugins.jetbrains.com/plugin/17898-mybatis-log-free
GNU General Public License v2.0
79 stars 45 forks source link

clickhouse 的数组参数日志打印支持有问题 #24

Open fengfengda opened 3 months ago

fengfengda commented 3 months ago

我的参数是这样的 Preparing: select from tb_test WHERE hasAny(?, [col_1]) and col_2 in ( ? ) DEBUG [c.z.testDAO] ==> Parameters: 2, 29, 48, 92, 1000095, 125, 1012433(Integer) 输出结果是这样的 select from tb_test WHERE hasAny([2, [col_1]) and col_2 in ( 29 )

starxg commented 2 months ago

请尝试一下 JTracker. https://plugins.jetbrains.com/plugin/24694