Skip to content

feat: add eq, ne, gt, gte, lt, lte subquery methods#1082

Open
AkshitShandilya wants to merge 1 commit into
SeaQL:masterfrom
AkshitShandilya:feat/subquery-operators
Open

feat: add eq, ne, gt, gte, lt, lte subquery methods#1082
AkshitShandilya wants to merge 1 commit into
SeaQL:masterfrom
AkshitShandilya:feat/subquery-operators

Conversation

@AkshitShandilya

Copy link
Copy Markdown

PR Info

New Features

  • Added eq_subquery, ne_subquery, gt_subquery, gte_subquery, lt_subquery, lte_subquery methods to ExprTrait for comparing expressions against subqueries using =, <>, >, >=, <, <= operators respectively

Bug Fixes

  • N/A

Breaking Changes

  • N/A

Changes

  • Each new method follows the same pattern as the existing in_subquery and not_in_subquery methods
  • Doc examples included for MySQL, Postgres, and SQLite backends

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.

Other operators for sub-queries (gte, eq, in, ...)

1 participant