repeating returns columns.
rodandersen opened this issue · 1 comments
Describe the bug
Here is my query:
select id, Solar_Project__r.service__r.id, service__c from case
where service__c = null
and solar_project__r.service__c <> null
and createddate = this_year
(I know there is no reason to __r.id just easy to reproduce the problem). If I remove that from the query it is normal.
To Reproduce
Expected behavior
I would expect three columns of data returned. I get a lot more than that. Export to excell shows more that double letter columns for the return data
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: OSX 10.14.6
- SoqlX Version 3.3
Additional context
That's odd. In my testing it looks like the column is repeated for the number of rows with non-null values. This seems to be a regression in 3.3, i couldn't reproduce it in 3.2. Will need to investigate more.