-
Bug
-
Resolution: Not a bug
-
Major
-
1.8.3
-
None
-
Microsoft SQL
-
MOODLE_18_STABLE
-
MOODLE_18_STABLE
One of the SQL queries in gmc is concatenating ctx.path with an id field. MSSQL barfs at the idea of casting the numeric id.
Credit for the fix to Dennis Rochford <Dennis.Rochford@usq.edu.au>
[I initially misinterpreted the patch - thinking that the implicit CAST caused Oracle to complain. It is MSSQL that complains about it.]