Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to provide syntax that provides a condition query #21

Open
ZhangLe1993 opened this issue Jul 17, 2023 · 0 comments
Open

Comments

@ZhangLe1993
Copy link

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();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant