• Igor Babaev's avatar
    The class Window_spec now has pointers to the partition and order lists · 5eee8bbe
    Igor Babaev authored
    of the type SQL_I_List<ORDER> rather then the objects of this type.
    It allows to replace easily one instance of such a list for another.
    Besides it will facilitate to compare two lists if they originate from the
    same window specification.
    In fact any direct assignment for objects of the type SQL_I_List<ORDER>
    was not valid.
    5eee8bbe
sql_window.h 2.89 KB