This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-18 05:32:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b0834368c0
ClickHouse
/
dbms
History
Alexey Arno
b0834368c0
dbms: Added support for the construction CAST(NULL, Nullable(T)). This fixes the behavior of tables which have columns whose default value is NULL. [#METR-19266]
2016-08-30 19:14:05 +03:00
..
benchmark
Removed sensitive data.
2016-02-08 00:58:58 +03:00
include
/DB
dbms: Added support for the construction CAST(NULL, Nullable(T)). This fixes the behavior of tables which have columns whose default value is NULL. [#METR-19266]
2016-08-30 19:14:05 +03:00
scripts
Removed useless file [#METR-20000].
2016-05-26 21:25:57 +03:00
src
dbms: Extended CAST to nullable types. Added ALTER TABLE ... MODIFY COLUMN ... for nullable types. A column with a nullable type can have a default value in CREATE TABLE. [#METR-19266]
2016-08-29 19:57:59 +03:00
tests
dbms: Added functional test for nullable-specific functionality. [#METR-19266]
2016-08-25 18:13:05 +03:00
CMakeLists.txt
dbms: Allow INSERT when source columns and target columns have compatible types up to nullability. [#METR-19266]
2016-08-25 15:38:47 +03:00