Fix DB\IO return for unset pk name to be always string
Add Test for SELECT typ query and num rows type with dbReturn
This commit is contained in:
@@ -2874,7 +2874,7 @@ class IO
|
||||
*/
|
||||
public function dbGetInsertPKName(): string
|
||||
{
|
||||
return $this->insert_id_pk_name;
|
||||
return (string)$this->insert_id_pk_name;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user