-
Type:
Change Request (Sub-task)
-
Resolution: Fixed
-
Priority:
Blocker
-
Affects Version/s: 3.4.0alpha1
-
Component/s: Proxy (P), Server (S)
-
Sprint 1, Sprint 2, Sprint 3, Sprint 4, Sprint 5, Sprint 6, Sprint 7, Sprint 8, Sprint 11
-
4
According to Oracle documentation:
You can change the datatype of any column if all rows of the column contain nulls.
...
You can always increase the size of a character or raw column or the precision of a numeric column, whether or not all the rows contain nulls.
Our current implementation works only in second case.