soql-lib
soql-lib copied to clipboard
The SOQL Lib provides functional constructs for SOQL queries in Apex.
- [Use Cursors for Expanded SOQL Query Result Support (Beta)](https://help.salesforce.com/s/articleView?id=release-notes.rn_apex_ApexCursors.htm&release=250&type=5) - API Update
Hey @pgajek2 ! First of all - great job with SOQL Lib. Can you please consider adding support for "HAVING"? Thanks!
Hi. I am trying to create my implementation of SOQL to CSV and currently struggling with some issues like mixed field order or handling of parent and child relations. Could...