|
|
| Participants: |
Eloy Lafuente (stronk7) and Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
16/May/08
|
| 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
|
|
Description
|
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 |
Show » |
|