Version: 17.0.0-alpha-9
Build #: 45149
Build Date: 2015-Aug-08 09:33:50 PM
Operating Environment: Windows 7 (6.1, amd64) / Cp1252 / en / US / Oracle Corporation 1.8.0_40-b26
Memory: Max=704,643,072; Total=519,045,120; Free=371,041,280; CPUs=8
Steps to reproduce:
Connect to SAPHANA
Create following table:
CREATE TABLE "Diksha"."decimal_type" (
"c1" DECIMAL(12,10)
)
UNLOAD PRIORITY 5
GO
Go to table decimal_type in tree node and right click
Click on Alter Table
Go to Column c1 properties pane and try to change Precision and scale value
Actual Result: Error message " SAP DBTech JDBC: [7] (at 43): feature not supported: cannot change the field length: c1: line 1 col 44 (at pos 43)" displayed.
Expected Result: Precision and scale options should be disabled in Alter table window.
Decimal will no longer allow for precision /scale to be modified