Skip to content

release/v6.11.0#301

Merged
pgajek2 merged 12 commits into
mainfrom
release/v6.11.0
Jun 19, 2026
Merged

release/v6.11.0#301
pgajek2 merged 12 commits into
mainfrom
release/v6.11.0

Conversation

@pgajek2

@pgajek2 pgajek2 commented May 16, 2026

Copy link
Copy Markdown
Member

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Test improvements
  • CI/CD improvements

Changes Made

Related Issues

Fixes #
Closes #

Testing

  • All existing tests pass (npm test)
  • Added new tests for new functionality
  • Tested in scratch org
  • Linting passes (npm run lint)
  • Code formatting is correct (npm run prettier:verify)

Screenshots

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code where necessary
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Additional Notes

@vercel

vercel Bot commented May 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
soql.beyondthecloud.dev Ready Ready Preview, Comment Jun 18, 2026 7:59pm

Request Review

@github-actions

github-actions Bot commented May 16, 2026

Copy link
Copy Markdown

🧪 Apex Test Results

✅ All Tests Passed

==========================================
     APEX TEST EXECUTION SUMMARY
==========================================

📊 Total Tests: 887
✅ Passed: 887
❌ Failed: 0
⏭️  Skipped: 0


🎉 All tests passed successfully!

📦 Download Full Test Results & Logs


📊 Stats: 887 total | ✅ 887 passed | ❌ 0 failed
🤖 Automated comment by Salesforce CI

@codecov

codecov Bot commented May 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 85.48387% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.75%. Comparing base (8aa39c0) to head (0537a8c).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
.../main/default/classes/cached-soql/CacheManager.cls 52.94% 8 Missing ⚠️
...ackage/main/default/classes/standard-soql/SOQL.cls 97.77% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #301      +/-   ##
==========================================
- Coverage   99.33%   98.75%   -0.58%     
==========================================
  Files           4        4              
  Lines        1963     2015      +52     
==========================================
+ Hits         1950     1990      +40     
- Misses         13       25      +12     
Flag Coverage Δ
Apex 98.75% <85.48%> (-0.58%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pgajek2 pgajek2 changed the title getQueries release/v6.11.0 May 16, 2026
Add null check for sObject key prefix before generating record IDs.
Prevents IDs from being created for virtual records such as UserRecordAccess, which do not have persistent IDs or a valid prefix.

Without this check, mocking of such records fails with an exception:
```
System.StringException: Invalid id: null0000jfqTrzkY
Class.SOQL.RandomIdGenerator.get: line 3401, column 1
```
* Queryable to SubQuery

* SubQuery with Queryable
@pgajek2
pgajek2 merged commit a0711ca into main Jun 19, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants