Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.5.3
-
Component/s: Database SQL/XMLDB
Description
I tried to upgrade Moodle to version 3.5.3 (using ORACLE).
I got this error:
ORA-00932: inconsistent datatypes: expected - got CLOB |
The problem is caused by this query, because image field is a CLOB:
$updatesql = "UPDATE {oauth2_issuer}
|
SET image = :newimage
|
WHERE image = :oldimage";
|
in file: lib/db/upgrade.php line: 2322