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
/**
* Executes the query against the database.
*
* @param $sql
*
* @return mixed
*/
public function execute($sql)
{
exit($sql);
return $this->connID->query($this->prepQuery($sql));
}
Are you still getting this? Please make sure you've updated to latest code. There was a bug that would cause things like this that I'm pretty sure was fixed around the same time you originally posted.
My current test for this passes for me on both MySQL and Postgres.
`
`
`
ci4/system/Database/MySQLi/Connection.php
//--------------------------------------------------------------------
UPDATE
dr_google_mapSET
lng= 104\.067636,
lat= 30\.677334 WHERE
address` = 1The text was updated successfully, but these errors were encountered: