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

[Bug]: Create a ticket for creating a table in a logic database and an error message is reported #3348

Closed
qymsummer opened this issue Sep 11, 2024 · 2 comments
Assignees
Milestone

Comments

@qymsummer
Copy link
Collaborator

ODC version

odc4.3.2

OB version

no related

What happened?

Create a ticket for creating a table in a logic database and an error message is reported
CREATE TABLE "logical_QS235"."QS235.test_[00-09]" (
"a1" VARCHAR(120) NULL DEFAULT NULL,
CONSTRAINT "a3" PRIMARY KEY ("a1")
) ;
CREATE INDEX "a1" USING BTREE ON "logical_QS235"."QS235.test_[00-09]" () GLOBAL;
image
image

What did you expect to happen?

A table creation ticket can be created successfully, and the table can be created successfully

How can we reproduce it (as minimally and precisely as possible)?

Create a ticket for creating a table in a logic database and click Create in the ticket

Anything else we need to know?

No response

@HSunboy
Copy link
Member

HSunboy commented Sep 19, 2024

Fixed In Commit fd586b4208b852f5ccd57358b87b22f29cb8d2c5
------
畅晚
Thu Sep 19 15:00:51 2024 +0800

@sl01388797
Copy link
Collaborator

Image
pass

HSunboy pushed a commit to oceanbase/odc-client that referenced this issue Sep 23, 2024
Merge branch 'fix/dev-4.3.2-3383 of git@code.alipay.com:oceanbase/oceanbase-developer-center.git into dev-4.3.2

https://code.alipay.com/oceanbase/oceanbase-developer-center/pull_requests/531


Signed-off-by: 晓康 <xxk268858@oceanbase.com>


* Fixes oceanbase/odc#3383
* Fixes oceanbase/odc#3389
* Fixes oceanbase/odc#3390
* Fixes oceanbase/odc#3387
* Fixes oceanbase/odc#3385
* Fixes oceanbase/odc#3384
* Fixes oceanbase/odc#3348
* feat(): add physical db list in logica db manager page
* fix: rollback blob formatter changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Closed
Development

No branches or pull requests

5 participants