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]: The new logical representation needs to be modified #3378

Closed
qymsummer opened this issue Sep 12, 2024 · 4 comments
Closed

[Bug]: The new logical representation needs to be modified #3378

qymsummer opened this issue Sep 12, 2024 · 4 comments
Assignees
Milestone

Comments

@qymsummer
Copy link
Collaborator

ODC version

odc4.3.2

OB version

no related

What happened?

The new logical example is inaccurate and needs to be modified
image

What did you expect to happen?

The new logical example is inaccurate and needs to be modified

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

The new logical example is inaccurate and needs to be modified

Anything else we need to know?

No response

@MarkPotato777
Copy link
Collaborator

常见示例
db.test_[00-09]
在 db 单库下创建 10 张表
db_[00-31].test
在 db_00 - db_31 一共32 个库上均创建 test 表
db_[00-31].test_[00-31]
在 32 个库下共创建 32 张表,注意表的数量需要能被库数量整除:db_00.test_00, db_01.test_01 ...
db_[00-31].test_[[00-31]]
在指定的 32 个库下各创建 32 张表,共 1024 张表:db_00.test_00, db_00.test_01 ... db_31.test_30, db_31.test_31
db.test_[1-10:2]
在 db 单库下创建 5 张表,起始值为 1,最大值为 10,步长为 2:db.test_1, db.test_3, db.test_5, db.test_7, db.test_9
db.test_1,db.test_2,db.test_4
在 db 单库下创建 3 张表:db.test_1,db.test_2,db.test_4
查看更多

@MarkPotato777
Copy link
Collaborator

常见示例 db.test_[00-09] 在 db 单库下创建 10 张表 db_[00-31].test 在 db_00 - db_31 一共32 个库上均创建 test 表 db_[00-31].test_[00-31] 在 32 个库下共创建 32 张表,注意表的数量需要能被库数量整除:db_00.test_00, db_01.test_01 ... db_[00-31].test_[[00-31]] 在指定的 32 个库下各创建 32 张表,共 1024 张表:db_00.test_00, db_00.test_01 ... db_31.test_30, db_31.test_31 db.test_[1-10:2] 在 db 单库下创建 5 张表,起始值为 1,最大值为 10,步长为 2:db.test_1, db.test_3, db.test_5, db.test_7, db.test_9 db.test_1,db.test_2,db.test_4 在 db 单库下创建 3 张表:db.test_1,db.test_2,db.test_4 查看更多

@yezaoshu

@HSunboy
Copy link
Member

HSunboy commented Sep 23, 2024

Fixed In Commit aea920f6c537dfbd27fbda60b9148708ef45640f
------
畅晚
Mon Sep 23 13:51:12 2024 +0800

HSunboy pushed a commit to oceanbase/odc-client that referenced this issue Sep 23, 2024
Merge branch 'fix/dev-4.3.2-3378 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/534


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


* Fixes oceanbase/odc#3378
* Fixes oceanbase/odc#3498
* Fixes oceanbase/odc#3506
* fix: edit logical table
* fix: multi database change should has same connecType
* Fixes oceanbase/odc#3473
* Fixes oceanbase/odc#3509
* clear error when previewLogicalTableTopologies success
* Fixes oceanbase/odc#3476
* Fixes oceanbase/odc#3444
@sl01388797
Copy link
Collaborator

Image
pass

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