IDEACodeTools icon indicating copy to clipboard operation
IDEACodeTools copied to clipboard

Is it possible to provide syntax that provides a condition query

Open ZhangLe1993 opened this issue 2 years ago • 0 comments

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 condition = table.id.eq(id); SelectJoinStep<Record> query = context.select().from(table); query.where(condition); Result<Record> records = query.fetch();

ZhangLe1993 avatar Jul 17 '23 06:07 ZhangLe1993