Enabling Sybase ASE Explain plan = XML gives NPE in the latest build
1. Go to File Options - > Visual Explain - > Sybase ASE - >
| Explain Plan Type | XML |
2. Connect to Sybase ASE 15.7 at 10.168.11.82 .
3. Execute multiple queries. You can see that only for the last tab does ADS displays entire node. For all other nodes displays something like attached
select * from jenny
go
select * from jenny2
go
select * from jenny
go
select * from jenny2
go
Another query I used gave as the newly attached screenshots
SELECT * FROM dbo.sysalternates A, dbo.sysdepends D, dbo.sysindexes I where A.suid = 1 and A.suid=D.id
and I.id=D.id
GO
Issue #9504 |
| Closed |
| Fixed |
| Resolved |
Completion |
| No due date |
| Fixed Build ADS 14.0.0-beta-60 |
| No time estimate |
1 issue link |
relates to #9505
Issue #9505Sybase ASE Explain Plan - xml option - xml doc type visible at top of Details tab in Linux |
Another query I used gave as the newly attached screenshots
SELECT * FROM dbo.sysalternates A, dbo.sysdepends D, dbo.sysindexes I where A.suid = 1 and A.suid=D.id
and I.id=D.id
GO