• Florian Apolloner's avatar
    Fixed #29847 -- Ensured proper ordering in queries. · c53af566
    Florian Apolloner yazdı
    Even though good databases tend to keep the result sorted by the/one
    window expression and the planners are smart enough to not resort if not
    required, it is not valid to rely on this.
    
    MariaDB specifically did return whatever order it wanted, which is
    completely okay. Now we sort towards the expected data for all databases.
    c53af566
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...