|
|
|
Issue Links:
|
Dependency
|
|
This issue will help resolve:
|
|
MDL-14025
grade_category-->keephigh seems to be lost after executing apply_forced_settings (causes Oracle breakage)
|
|
|
|
|
|
|
|
| Database: |
Oracle
|
| Participants: |
Eloy Lafuente (stronk7) and Petr Skoda
|
| Security Level: |
None
|
| QA Assignee: |
Petr Skoda
|
| Resolved date: |
04/Apr/08
|
| Affected Branches: |
MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
|
It seems that the Oracle dmllib stuff, when processing data before being inserted (a.k.a "oracle_dirty_hack") converts '0' strings to ' ' (one space) strings.
And this is causing minor-major problems here and there (see, for example MDL-14025).
This is a wrong behaviour and those '0' strings MUST be completely unmodified. Enforce it.
|
|
Description
|
It seems that the Oracle dmllib stuff, when processing data before being inserted (a.k.a "oracle_dirty_hack") converts '0' strings to ' ' (one space) strings.
And this is causing minor-major problems here and there (see, for example MDL-14025).
This is a wrong behaviour and those '0' strings MUST be completely unmodified. Enforce it. |
Show » |
|