forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
939 stars 397 forks source link

fix: allow user to filter by null strings in SOQL Builder #5646

Closed jonnyhork closed 2 weeks ago

jonnyhork commented 2 weeks ago

What does this PR do?

This PR will update the dependencies soql-builder-ui and soql-model in the SOQL Builder extension. The new versions include a bug fix addressing issue https://github.com/forcedotcom/soql-tooling/issues/268 where users were unable to filter for NULL values if the SObject field type is a string. The functional change in the soql-tooling repo is here

Note: The soql-tooling repo had not been touched in 3 years, some of the changes address issues with development workflow such as linting and building. We also had some issue with out release automation in CI, so I ended up manually publishing to NPM with a fresh start at v1.0.0 for soql-model and soql-builder-ui.

What issues does this PR fix or reference?

@W-15920576@

Functionality Before

Screenshot 2024-06-14 at 11 01 53 AM

Functionality After

Screenshot 2024-06-14 at 10 59 49 AM