datasert / brobench-community

Repository to for community to discuss and track Brobench issues
1 stars 0 forks source link

SOQL Chaning not working yet v4.4.2 #5

Open ehsky opened 3 weeks ago

ehsky commented 3 weeks ago

My impression is that In the 4.4 release SOQL chaining was released and should be working. I'm running BroBench v.4.4.2 and i can't seem to get it working.

Testing with the example provided in the the guide here: https://help.datasert.com/docs/brobench/query/#soql-chain-queries

select WhatId from Event where WhatId != null limit 1000
chain
select * from Opportunity where Id in (:whatId)

It fails to runn due to the word chain

image

Thanks for looking into this! Great tool 🚀

brsanthu commented 3 weeks ago

Thank you for reporting it.

We had implemented this to be part of 4.3 but unfortunately we had to revert because it was causing some issue with auto-complete for all other features. Looks like we forgot to remove it from doc. I will remove from doc for now and will add it back when we re-introduce the feature.