Skip to content

Commit 7d99f75

Browse files
committed
order by message
1 parent 2e0cd91 commit 7d99f75

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Database/Adapter/MariaDB.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,10 @@ public function find(
17831783
$order = Database::ORDER_DESC;
17841784
}
17851785

1786+
/**
1787+
* Reminder to when releasing joins we do not add _id any more
1788+
* We can validate a cursor has an order by query
1789+
*/
17861790
$orders[] = "{$this->quote($alias)}.{$this->quote('_id')} ".$order;
17871791
}
17881792

0 commit comments

Comments
 (0)