ADS version : Version: 15.0.0-dev-37
Build #: 34859
Build Date: 2013-Nov-14 02:04:45 PM
Operating Environment: Windows 8
Connect to Sql Server or Oracle database.
Go to table tree node.Right click select create table options
Now go to Data type column and change data type from varchar to int or number or decimal.
You will observer that when we change data type from drop down there will be no change in Column properties Pane. When we take focus out of column drop down then properties in Column pane will change.
Now switch to Constraints tab on same window and change constraint value from Primary key to Foreign key or to any other value.Over here as soon as we change value from drop down, constraint details pane is refreshed with its properties.
Why we have different behavior in both the case, expected behavior is to refresh values as soon as drop down values are changed,as its happening in case of Constraints.