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

schemachanger: CREATE SEQUENCE OWNED BY crashes when table name is missing #106838

Closed
Xiang-Gu opened this issue Jul 14, 2023 · 0 comments · Fixed by #106840
Closed

schemachanger: CREATE SEQUENCE OWNED BY crashes when table name is missing #106838

Xiang-Gu opened this issue Jul 14, 2023 · 0 comments · Fixed by #106840
Assignees
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@Xiang-Gu
Copy link
Contributor

Xiang-Gu commented Jul 14, 2023

CREATE SEQUENCE s OWNED BY a

fails with a nil-pointer-deference error in the declarative schema changer

Jira issue: CRDB-29738

@Xiang-Gu Xiang-Gu added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Jul 14, 2023
@Xiang-Gu Xiang-Gu self-assigned this Jul 14, 2023
@craig craig bot closed this as completed in #106840 Jul 14, 2023
@craig craig bot closed this as completed in 302310d Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant