Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Database SQL/XMLDB
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
Fortunately we do not use blob and clobs much yet, solutions are:
- stop using adodb
- fix adodb to accept params in UpdateBlob() and friends
- write function that emulates bound parameters - oh my
workaround in patch