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 row: give option to specify pkey if it's a text field without a default #104

Open
cldellow opened this issue Mar 5, 2023 · 0 comments

Comments

@cldellow
Copy link
Owner

cldellow commented Mar 5, 2023

If you have a table like:

CREATE TABLE foo(id INTEGER PRIMARY KEY, name TEXT);

or

CREATE TABLE foo(id TEXT PRIMARY KEY DEFAULT ulid(), name TEXT);

we should not let you enter the primary key when adding a new row.

But if you have a table like:

CREATE TABLE foo(id TEXT NOT NULL PRIMARY KEY, name TEXT)

we should.

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