未验证 提交 9630ef37 编写于 作者: A alexey-milovidov 提交者: GitHub

Merge pull request #8752 from ClickHouse/insert_float_as_nullable_uint8_test

Added a test from Zlobober #5610
create temporary table t1 (a Nullable(UInt8));
insert into t1 values (2.4);
select * from t1;
create temporary table t2 (a UInt8);
insert into t2 values (2.4);
select * from t2;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册