You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Some databases, like PostgreSQL, need order
// information to consistently return correct results.
if (empty($builder->QBOrderBy) && ! empty($this->primaryKey))
{
$builder->orderBy($this->table . '.' . $this->primaryKey, 'asc');
}
of first() method .
The text was updated successfully, but these errors were encountered:
nowackipawel
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Jul 23, 2020
nowackipawel
changed the title
Bug:
Bug: table.Array in first() ... - and complex primary keys! ;-)
Jul 23, 2020
I will try to fix it in next days because I know exactly where the error is.
No issue:
Issue exists:
and error:
It is related to this part:
of first() method .
The text was updated successfully, but these errors were encountered: