Query.apex icon indicating copy to clipboard operation
Query.apex copied to clipboard

A dynamic SOQL and SOSL query builder on Salesforce.com platform

Results 33 Query.apex issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Hi, First - Query.apex is awesome, however I have now pretty specific usecase: I need to set the conditionString of Condition directly - i.e. I have configuration object where there...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.12.0 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.2 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

An example of how it is done can be referred to #49. Basically, the `returning` clause can be further constrained by more condition methods. These include: ``` addConditionIn addConditionNotIn addConditionLt...

good first issue
first-timers-only
beginner

The root cause is that the default System Administrator profile under an Enterprise edition scratch org have missed some field level security on the account and opportunity object. These fields...

bug
good first issue
beginner