-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.2
-
MOODLE_22_STABLE
-
MOODLE_22_STABLE
-
The change of semantics from BYTE to CHAR @ MDL-29322, causes new columns to be always created with CHAR semantics, but old ones will remain as BYTE semantics.
So we need to:
1) Create one XMLDB report for Oracle in order to provide all the DDL statements to change all columns to CHAR semantics.
2) Document everything in release notes.
- has a non-specific relationship to
-
MDL-29322 oracle driver creates varchar size in bytes instead of utf-8 chars
- Closed