Closed
Description
$query = 'UPDATE `t_fin_trx` SET `c_json` = JSON_SET(`c_json`, "$.id", `c_uid`) WHERE (NOT `c_uid` = c_json->>"$.id") or (NOT JSON_CONTAINS_PATH(c_json, "one", "$.id"));';
$this->db->rawQuery($query);
PHP-MySQLi-Database-Class/MysqliDb.php
Line 559 in db3f585
Undefined offset: 0
notice. What's the intent of the function, @bejutassle ? Would you kinly look into fixing it?Metadata
Metadata
Assignees
Labels
No labels