You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: