-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: Support CREATE DATABASE #103324
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
added
the
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
label
May 15, 2023
blathers-crl
bot
added
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
May 15, 2023
exalate-issue-sync
bot
removed
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
May 15, 2023
exalate-issue-sync
bot
added
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
May 22, 2023
craig bot
pushed a commit
that referenced
this issue
Dec 20, 2023
116874: scripts/bump-pebble: markdown format commit list links r=dt a=dt Release note: none. Epic: none. 116879: Revert "schemachanger: Implement CREATE DATABASE" r=fqazi a=fqazi fixes #116840 fixes #116837 fixes #116829 informs #103324 This reverts commit 77372a6. Co-authored-by: David Taylor <[email protected]> Co-authored-by: Faizan Qazi <[email protected]>
craig bot
pushed a commit
that referenced
this issue
Jan 4, 2024
117292: schemachanger: Implement CREATE DATABASE in declarative schema changer r=Xiang-Gu a=Xiang-Gu This PR implements CREATE DATABASE in declarative schema changer. It falls back to legacy schema changer if the database is requested to be multi-region. Epic: [CRDB-25312](https://cockroachlabs.atlassian.net/browse/CRDB-25312) Fix: #103324 Inform: #103607 Release note: None Co-authored-by: Xiang Gu <[email protected]>
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)
We should support
CREATE DATABASE
as much as we can in the declarative schema changer.Jira issue: CRDB-27948
Epic CRDB-25313
The text was updated successfully, but these errors were encountered: