Files
doris/regression-test/data/insert_p0/insert_invalid.out
TengJianPing 1b94b6368f [fix](load) in strict mode, return error for insert if datatype convert fails (#20378)
* [fix](load) in strict mode, return error for load and insert if datatype convert fails

Revert "[fix](MySQL) the way Doris handles boolean type is consistent with MySQL (#19416)"

This reverts commit 68eb420cabe5b26b09d6d4a2724ae12699bdee87.

Since it changed other behaviours, e.g. in strict mode insert into t_int values ("a"),
it will result 0 is inserted into table, but it should return error instead.

* fix be ut

* fix regression tests
2023-06-06 12:04:03 +08:00

12 lines
254 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !select_inserted0 --
12345678908876643 a
1234567890887664643 b
-- !select_inserted1 --
12345678908876643 a
1234567890887664643 b
-- !select_inserted2 --