• Igor Babaev's avatar
    MDEV-15159 NULL is treated as 0 in CTE · e74181e3
    Igor Babaev authored
    Forced columns of recursive CTEs to be nullable. SQL standard
    requires this only from recursive columns, but in our code
    so far we do not differentiate between recursive and non-recursive
    columns when aggregating types of the union that specifies a
    recursive CTE.
    e74181e3
cte_recursive.test 56.1 KB