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]: Oracle mode lowercase database fails to perform database change pre-check #1337

Closed
tonghan-gsh opened this issue Jan 2, 2024 · 1 comment · Fixed by #1341
Closed
Assignees
Milestone

Comments

@tonghan-gsh
Copy link
Collaborator

ODC version

ODC 4.2.3

OB version

What happened?

I used the oracle mode lowercase database to execute the statement in the sql window successfully, but the pre-check for the database change task failed.
image

What did you expect to happen?

Precheck does not fail.

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

datasource: oracle420
database: odctest
sql: create table test(a int);
insert into test values(1);
select * from test;

Anything else we need to know?

No response

Cloud

No response

@tonghan-gsh
Copy link
Collaborator Author

image
pass

yhilmare added a commit that referenced this issue Jan 12, 2024
* fix issue #1337

* update submodule

* add api for partition plan

* add storage layer

* rename field

* rename class

* corrent i18n

* corrent i18n

* corrent method name

* fix several errors

* remove timeunit

* add more time unit

* rename script

* rename unique index

* move partition plan type to task plugin

* response to cr comments

* trigger git action

* response to cr comments

* response to cr comments
yhilmare added a commit that referenced this issue Jan 15, 2024
yhilmare added a commit that referenced this issue Jan 15, 2024
* fix issue #1337

* update submodule

* add api for partition plan

* add storage layer

* rename field

* rename class

* corrent i18n

* corrent i18n

* corrent method name

* fix several errors

* remove timeunit

* add more time unit

* rename script

* rename unique index

* move partition plan type to task plugin

* response to cr comments

* trigger git action

* response to cr comments

* response to cr comments
LuckyPickleZZ pushed a commit that referenced this issue Jan 15, 2024
LuckyPickleZZ pushed a commit that referenced this issue Jan 15, 2024
* fix issue #1337

* update submodule

* add api for partition plan

* add storage layer

* rename field

* rename class

* corrent i18n

* corrent i18n

* corrent method name

* fix several errors

* remove timeunit

* add more time unit

* rename script

* rename unique index

* move partition plan type to task plugin

* response to cr comments

* trigger git action

* response to cr comments

* response to cr comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants