-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added new enum value, `Soql.FieldCategory.IGNORE_FLS`. This can be used to add a field to a query, regardless of the field-level security (FLS) * Added 2 new overloaded versions of filterWhere method * `public Soql filterWhere(QueryFilter filter)` * `public Soql filterWhere(List<QueryFilter> filters)` * Created 2 new subclasses * `Soql.QueryArgument` - takes an Object and formats it to use in a query * `Soql.QueryFilter` - represents a single where clause filter
- Loading branch information
Showing
1 changed file
with
101 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters