-
Incident report
-
Resolution: Fixed
-
Major
-
2.0.12rc1, 2.2.3rc2, 2.3.0
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.