IL MARE

Results 31 issues of IL MARE

### ODC version 4.2.4 ### OB version not related ### What happened? type a dbms calling statement and execute it: ### What did you expect to happen? the package starts...

type-bug
priority-medium

### ODC version 4.2.4 ### OB version OceanBase 3.2.4.7 (r107010022023122913-1eba23192ff3365951f818121471f56a49b29a7f) (Built Dec 29 2023 13:55:55) ### What happened? 1. create a table with an unique constraint: ```sql CREATE TABLE "TP_TRANS_ORDER"...

type-bug
priority-medium

### Is your feature request related to a problem? no ### Describe the solution you'd like the current partition plan does not have the summary: ![截屏2024-05-11 11 20 44](https://github.com/oceanbase/odc/assets/22992296/3c5e03c4-10d5-4f9c-af6b-7f94c04a6d88) we...

type-feature

### Is your feature request related to a problem? no ### Describe the solution you'd like we currently can only allow the partition plan to be executed periodically, not immediately....

type-feature

### What would you like to be added? we need to allow user complete the historical partition, eg. ```sql create table xxx( ... ) partition by range columns(parti_key) ( partition...

enhancement
type-feature

### Is your feature request related to a problem? no ### Describe the solution you'd like the current drop strategy is based on partition count: ![截屏2024-05-11 11 23 55](https://github.com/oceanbase/odc/assets/22992296/40353b7c-6e03-4959-b0e8-0d2002a8b480) this...

type-feature

### Is your feature request related to a problem? User can not reject or approve an ticket on mobile phone or other mobile platform ### Describe the solution you'd like...

type-feature

### What would you like to be added? the copywriting is confusing in Chinese~ ### Why is this needed? we'd better change another way to make user understand~

enhancement
type-feature

### Is your feature request related to a problem? no ### Describe the solution you'd like snippets and scripts can not be exported or imported, we should support them~ ###...

type-feature

### Is your feature request related to a problem? I write an insert statement: ```sql insert into tbl(col1, col2) values('abc'); ``` as you can see, the number of columns is...

type-feature