Skip to content

Conversation

@manhrev
Copy link
Contributor

@manhrev manhrev commented Jan 30, 2026

Implements the feature requested in #618

@stephenafamo
Copy link
Owner

Thank you. Great work 🎉

Just a few comments:

  1. Update ANY, SOME, ALL to return bob.Expression so that they are not chainable.
  2. Add a note in CHANGELOG.md, ending with (thanks @manhrev)

@manhrev
Copy link
Contributor Author

manhrev commented Feb 1, 2026

Updated!
I also added ANY, ALL, and SOME for the MySQL dialect.

@stephenafamo
Copy link
Owner

I believe ANY and SOME are synonyms, so I'd want to leave only one. What do you think?

@manhrev
Copy link
Contributor Author

manhrev commented Feb 2, 2026

Yeah, I think people generally prefer ANY over SOME, so keeping only ANY is fine

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

Successfully merging this pull request may close these issues.

Support sub query expressions (ANY, SOME, ALL, EXISTS) in PostgreSQL and MySQL

2 participants