Aqua Data Studio 15.0.9-6
Build #: 40642
Built on: 2014-Oct-18 05:49:18 PM
Operating Environment: Linux (3.13.0-37-generic, amd64) / UTF-8 / en / IN / Oracle Corporation 1.7.0_60-b19
Memory: Max=704,643,072; Total=273,678,336; Free=132,114,248; CPUs=8
Steps to reproduce :
Connect to Sybase Anywhere 16 and open query analyzer
run below script :
CREATE DOMAIN "Mydata" decimal(15,5)
NOT NULL
GO
Go to newly created datatype under domains tree node , here we observed that scale value (i.e 5) is missing.
please see attached screenshot.
modified node so that the datatype and its info are retrieved from AFTableColumn class. Should display correctly now...