We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0cd91 commit 7d99f75Copy full SHA for 7d99f75
1 file changed
src/Database/Adapter/MariaDB.php
@@ -1783,6 +1783,10 @@ public function find(
1783
$order = Database::ORDER_DESC;
1784
}
1785
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
+ */
1790
$orders[] = "{$this->quote($alias)}.{$this->quote('_id')} ".$order;
1791
1792
0 commit comments