Product: Aqua Data Studio
Version: 18.0.0-devi-243
Build #: 51267
Build Date: 2016-Sep-25 06:24:28 PM
Operating Environment: Linux (4.4.0-38-generic, amd64) / UTF-8 / en / IN / Oracle Corporation 1.8.0_72-b15
Memory: Max=704,643,072; Total=331,350,016; Free=225,356,264; CPUs=8
Steps to reproduce:
1. Create the tables with Index using the
script attached.
2. Go to index tree node under keyspace 'test'.
3. Select index and right click.
4. Select 'Script object To Window AS -> CREATE'.
Actual Result: Following script is generated in query analyzer for creating index:
CREATE INDEX organization_index
ON "organization"("null");
GO
Expected Result: Index column should be displayed instead of null.
Observations:
ADS Builds
|
Database |
Apache Cassandra v3.X |
Apache Cassandra v2.X |
|
Linux |
Windows |
MAC |
Linux |
Windows |
MAC |
ADS 18-devi-243 |
N |
N |
N |
Y |
Y |
Y |
ADS v17 |
N |
N |
N |
Y |
Y |
Y |
ADS v16 |
N/A |
N/A |
N/A |
N |
N |
N |
ADS v15 |
N/A |
N/A |
N/A |
N |
N |
N |
ADS v14 |
N/A |
N/A |
N/A |
N |
N |
N |
|
|
|
|
|
|
|
N - No, this issue is not observed and it is working fine. |
Y - Yes, this issue is observed. |
N/A – Support Not Available in ADS for this DB version. |
1. This issue is specific to Apache Cassandra DB.