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
throws some silly "$1 syntax error" in query
workaround:
- remove all [?$:] and quote
- report upstream and wait for fix (not likely)
- write bound query emulation function - yuck
I might have better solution, going to hack $DB->execute() so that it detects comments and emulates bound queries..