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

Rework Table.get to provide non-unique columns #2

Open
chuwy opened this issue Jul 20, 2023 · 0 comments
Open

Rework Table.get to provide non-unique columns #2

chuwy opened this issue Jul 20, 2023 · 0 comments

Comments

@chuwy
Copy link
Contributor

chuwy commented Jul 20, 2023

Currently it provides only columns with unique constraints. But:

  • that should be ok if we want to add non-unique column - we just make sure that there's always at least one unique column used
  • It also would allow columns.id > 10 which doesn't return single element - we must make sure there's always == operator used on a unique column
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

1 participant