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

Panic creating unique index #725

Open
fulghum opened this issue Sep 19, 2024 · 1 comment · May be fixed by dolthub/dolt#8372
Open

Panic creating unique index #725

fulghum opened this issue Sep 19, 2024 · 1 comment · May be fixed by dolthub/dolt#8372
Labels
bug Something isn't working

Comments

@fulghum
Copy link
Contributor

fulghum commented Sep 19, 2024

Repro:

CREATE TABLE customers (
    username character varying(50) NOT NULL
);

CREATE UNIQUE INDEX ix_cust_username ON customers (username);
@fulghum fulghum added the bug Something isn't working label Sep 19, 2024
@fulghum
Copy link
Contributor Author

fulghum commented Sep 19, 2024

Looks like this comes from Doltgres' schema name not being used in the ToDoltSchema and GenerateTagsForNewColumns functions.

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