-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
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
nice one! pg does not support $1 when defining field defaults
solution:
- do not allow [$:?] in field defaults (and enums maybe too) - there is only one in timezone table "00:00"
- report and wait
- emulate bound query params - grrrr