mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Trying to fix Postgres issue on Travis
This commit is contained in:
parent
17d3ce3859
commit
fb16a039ad
@ -1440,7 +1440,7 @@ class BaseBuilder
|
||||
$this->QBOrderBy = $orderby;
|
||||
}
|
||||
|
||||
$row = is_bool($result)
|
||||
$row = (! $result instanceof ResultInterface)
|
||||
? null
|
||||
: $result->getRow();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user