-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 2.0.12rc1, 2.2.3rc2, 2.3.0
-
Component/s: API (A), Frontend (F)
Trying to save a long value for a text field when using Oracle will result in an SQL error.
When we validate the inserted value in DB::checkValueTypes(), we check if it's shorted then 2048 symbols for DB2. The same check must be performed for Oracle.