-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
add push_tuples
for QueryBuilder
#1954
Conversation
Or instead, we can add |
Can you please update the docs to be relevant to |
In fact, the implementation of |
Fixed docs, not sure about CI, because I haven't touched failed peaces of code. Should I rebase master onto my fork? UPD. |
One more rebase should hopefully fix it. |
Yep, it's fixed |
Add push_tuples method for query builder, which allows creating
where (a, b, c) in (1, 2, 3), (..)
requests