datasert / realfire

Refreshing Salesforce Data Management
https://www.datasert.com
3 stars 2 forks source link

Query failure #22

Closed billmclaughlin closed 5 years ago

billmclaughlin commented 5 years ago
select DAY_IN_YEAR(CreatedDate), Count(Id)
from WhizzAssistChat__c 
where event__c='CHAT_ON_CLOSE'
group by DAY_IN_YEAR(CreatedDate)

"Error parsing [select DAY_IN_YEAR(CreatedDate), Count(Id) from WhizzAssistChatc where eventc='CHAT_ON_CLOSE' group by DAY_IN_YEAR(CreatedDate)]. Error: missing EOF at '('"

works in Dev Console query runner just fine.

datasert commented 5 years ago

We confirm that this is an issue with Realfire query parser. Will try to fix the issue and update here.

brsanthu commented 5 years ago

Issue is fixed in Realfire 5.0.0