Jason Smith
Jason Smith
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```SQL CREATE TABLE t0(c1 smallint(5) unsigned not null); INSERT INTO t0 VALUES...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```SQL CREATE TABLE t1(c0 decimal(10,0) not null ); INSERT INTO t1 VALUES...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql CREATE TABLE t1 (c1 bit(24)); INSERT IGNORE t1 (c1) VALUES (b'100011111100001110010100001000000101000011011100000011010001110');...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql CREATE TABLE t1 (c1 DOUBLE); INSERT INTO t1 VALUES (1.0E308); SELECT...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql CREATE TABLE t1 (c1 DOUBLE); INSERT INTO t1 (c1) VALUES (1.0E307);...
### Self Checks - [x] I have read the [Contributing Guide](https://github.com/oceanbase/oceanbase/blob/develop/CONTRIBUTING.md). - [x] This is only for bug report, if you would like to ask a question, please head to...
### Self Checks - [x] I have read the [Contributing Guide](https://github.com/oceanbase/oceanbase/blob/develop/CONTRIBUTING.md). - [x] This is only for bug report, if you would like to ask a question, please head to...