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

Add table parameter passthrough -- support multi-column constraints #72

Open
AndTheDaysGoBy opened this issue Aug 1, 2020 · 0 comments
Labels
feature New feature or request

Comments

@AndTheDaysGoBy
Copy link
Contributor

Currently, there is no way to apply constraints supporting two columns. E.g., the notion that any single column can match, but if a pair match, a uniqueness violation should occur.

This can be solved by allowing parameters to be passed through to the underlying sqlalchemy table.

@aminalaee aminalaee added the feature New feature or request label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants