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

feature request: Add the option to provide a where condition #5

Open
DominikZuercherQC opened this issue Sep 10, 2024 · 1 comment
Open

Comments

@DominikZuercherQC
Copy link
Collaborator

DominikZuercherQC commented Sep 10, 2024

It would increase userfriendliness if an optional filter condition could be passed to a comparator (eg the SqlCompyreComparator) that allows to prefilter the two tables before comparing them

@AaronTacke
Copy link
Collaborator

Should the condition be a SQLAlchemy condition (e.g. sa.column("col_name") == 2) or rather raw sql (e.g. col_name = 2)?

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

2 participants