• Igor Babaev's avatar
    Fixed bug mdev-9931. · 308cee54
    Igor Babaev authored
    When the specification of a WITH table referred to a view
    that used a based table with the same name as the WITH table
    the server went into an infinite loop because it erroneously
    resolved the reference to the base table as the reference to
    the WITH table.
    
    With tables used in a view cannot be searched for beyond the
    scope the view.
    308cee54
cte_nonrecursive.test 15.2 KB