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

Specify varchar length for primary keys #976

Open
zaza81 opened this issue Oct 19, 2021 · 0 comments
Open

Specify varchar length for primary keys #976

zaza81 opened this issue Oct 19, 2021 · 0 comments
Labels
Component::immudb Server component of immudb enhancement New feature or request
Milestone

Comments

@zaza81
Copy link
Contributor

zaza81 commented Oct 19, 2021

While the user can define a column as simply “varchar”, that column cannot be used as primary key.

In case the user wants to use varchar as primary key, the user has to to specify its length (i.e., varchar[80])

** solution **
-> We should make possible for the user to define varchar columns as primary keys without specifying the length.

@zaza81 zaza81 added Component::immudb Server component of immudb good first issue Good for newcomers labels Oct 19, 2021
@zaza81 zaza81 modified the milestone: v1.1.1 Nov 18, 2021
@zaza81 zaza81 removed the good first issue Good for newcomers label Nov 18, 2021
@zaza81 zaza81 added this to the v1.3 milestone Dec 16, 2021
@zaza81 zaza81 added the enhancement New feature or request label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component::immudb Server component of immudb enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant