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

Primary key assumes integer #21

Closed
dyslexicanaboko opened this issue Oct 24, 2021 · 1 comment · Fixed by #26
Closed

Primary key assumes integer #21

dyslexicanaboko opened this issue Oct 24, 2021 · 1 comment · Fixed by #26
Assignees
Labels
bug Something isn't working

Comments

@dyslexicanaboko
Copy link
Owner

  • Primary Keys are assumed to:
    • Exist
    • Is an integer
    • Is using identity on the table
    • Consists of only one column
  • Need to support GUID as a primary key since it is a popular choice.
  • Less likely, but not impossible is to support multiple column primary keys.
@dyslexicanaboko dyslexicanaboko added the bug Something isn't working label Oct 24, 2021
@dyslexicanaboko dyslexicanaboko self-assigned this Oct 24, 2021
@dyslexicanaboko
Copy link
Owner Author

Going to create a new ticket to handle tables without primary key, integer identity or multi column PK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant