View Issue Details

IDProjectCategoryView StatusLast Update
0001909Database Workbench v5SQL & Parameter Insightpublic2021-11-05 11:26
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version5.8.2 
Summary0001909: Specific issue with derived table SQL parsing
Descriptionthis works:

select *
from (select columns from <drop down list>) as d

this doesn't

select d.*
from (select columns from <drop down list>) as d
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-08-04 09:32 Martijn Tonies New Issue
2021-08-04 09:43 Martijn Tonies Assigned To => Martijn Tonies
2021-08-04 09:43 Martijn Tonies Status new => resolved
2021-08-04 09:43 Martijn Tonies Resolution open => fixed
2021-08-04 09:43 Martijn Tonies Fixed in Version => 5.8.2
2021-11-05 11:26 Martijn Tonies Status resolved => closed