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

SQLAlchemy: Improve uniqueness polyfill to accept multiple columns (composite unique constraint / unique composite key) #69

Closed
amotl opened this issue Nov 1, 2023 · 1 comment

Comments

@amotl
Copy link
Member

amotl commented Nov 1, 2023

About

GH-59 added a few utilities useful for additonal SQLAlchemy support, for example, a polyfill mechanism to emulate unique constraints.

Problem

The implementation can only handle unique constraints on single columns. In practice, we need more.

References

@amotl
Copy link
Member Author

amotl commented Nov 6, 2023

It has been implemented with GH-70.

@amotl amotl closed this as completed Nov 6, 2023
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

4 participants