-
## Issue
A user is trying to run a Salesforce SOQL query like this where there is an aggregate query (note the nested `(SELECT...)` query within the bigger query).
```
SELECT Name, Email, (SELECT…
-
### Describe the bug
Issue: the parser(s) works differently in Nvim and the playground.
[This repo](https://github.com/aheber/tree-sitter-sfapex/tree/main) defines three language tree-sitter pa…
-
I just installed the latest version of sf cli and every command I run takes at least 10 seconds. For example:
```
$ time sf help
** snip**
real 0m11.270s
user 0m1.649s
sys 0m0.251s…
-
**Describe the bug**
The following tests in fflib_SObjectSelectorTest fail in orgs with Shield Encryption enabled on Account/Opportunity Name.
- toSOQL_When_SystemModeAndChildRelationship_Expect_Wel…
-
Our historical values asset completed its automated refresh on Sept 1, 2023, but for some reason only had ~9 million rather than ~ 40 million rows. We were not notified of a failure by email. This nee…
-
Good morning, I have been trying to deploy to my production environment my own custom solution, but even the simplest tests that creating a new account/contact runs into the too many soql calls.
I …
-
Using rollup on an object not supported by CMDT configs (eg task) with a flow that loads all records to mimic a "full refresh". Encounter the error "An Apex error occurred: System.LimitException: Batc…
-
### Describe the bug
Anytime I open any .tsx file with neovim (NVIM v0.9.4), i get errors similar to this:
```
"yo.tsx" 0L, 0B …
-
We have been using apex-rollup for setting up rolls and it has been working great overall. However, we have encountered an issue where the filter criteria and rollup values are incorrect when OR state…
-
Need to customize query files and get registered. Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/2282