Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Database SQL/XMLDB
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
I think it would be interesting to add some extra tests covering these situations:
- Insert one CLOB in one record.
- Insert multiple CLOBS in one record.
- Update one CLOB in one record.
- Insert multiple CLOBS in one record
- Set one CLOB in one record
- Obviously, fetch those CLOBS (get_record, get_recordset, get_field, to check they are ok).
Notes:
CLOBS are TEXT columns in Moodle slang.
BLOBS are BINARY columns in Moodle slang.
Make test contents to be > 4000 bytes, please (that will help Oracle tests).
Use complex data for tests, with UTF-8 strings for CLOBs and random binary contents for BLOBs
Ciao ![]()
Tests added