MDL-73938 reportbuilder: better Oracle support of long text columns.
commit208adcf3d16469c3d3f323458e30593faa17f990
authorPaul Holden <paulh@moodle.com>
Fri, 19 Aug 2022 17:50:42 +0000 (19 18:50 +0100)
committerPaul Holden <paulh@moodle.com>
Mon, 5 Sep 2022 11:08:54 +0000 (5 12:08 +0100)
tree5718d62fac7a87a1fe4ec9e7ad920f7c212a79e7
parent165e26fad953116eb59e9c887e1f0836021a2863
MDL-73938 reportbuilder: better Oracle support of long text columns.

Specifically during column grouping/aggregation, we need to avoid CLOB
datatype inconsistencies (ORA-00932).
badges/classes/reportbuilder/local/entities/badge.php
cohort/classes/local/entities/cohort.php
course/classes/local/entities/course_category.php
reportbuilder/classes/local/entities/course.php
reportbuilder/classes/local/entities/user.php
reportbuilder/classes/local/helpers/user_profile_fields.php
tag/classes/reportbuilder/local/entities/tag.php