IDEACodeTools
IDEACodeTools copied to clipboard
Intellij IDEA plugin for some code tools
Results
3
IDEACodeTools issues
Sort by
recently updated
recently updated
newest added
The code trying to convert ``` SQL: select count(distinct c1) from t1 JOOQ: now: count(c1) want: countDistinct(c1) ``` The error msg:
error: not support 'Conditioncondition'now , but you can only transform condition of it. not support 'query'now , but you can only transform condition of it. my source code ` Condition...