Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOQL toList Fix + Unit Test #98

Merged
merged 5 commits into from
Nov 22, 2023
Merged

SOQL toList Fix + Unit Test #98

merged 5 commits into from
Nov 22, 2023

Conversation

pgajek2
Copy link
Member

@pgajek2 pgajek2 commented Nov 21, 2023

No description provided.

Copy link

vercel bot commented Nov 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
apex-soql-lib ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 22, 2023 8:10am

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3acc472) 100.00% compared to head (4b737bd) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #98   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          799       787   -12     
=========================================
- Hits           799       787   -12     
Flag Coverage Δ
Apex 100.00% <100.00%> (ø)

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

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

@pgajek2 pgajek2 merged commit 84dd10d into main Nov 22, 2023
4 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.

.toString() modifies the query, preventing query execution when used with FilterGroup
2 participants