soql-parser-js
Advanced tools
Changelog
1.1.1
release-it
Changelog
1.1.0
Contributing.md
with more detailed instructions on grammar updatesWITH SECURITY_ENFORCED
(#61)Changelog
1.0.2
Format
, then parsing the query failed. (#59)Changelog
1.0.1
Changelog
1.0.0
!BREAKING CHANGES!
'STRING' | 'INTEGER' | 'DECIMAL' | 'BOOLEAN' | 'NULL' | 'DATE_LITERAL' | 'DATE_N_LITERAL';
stored in the condition.dateLiteralVariable
will be populated with the valuegetComposedField()
. This takes in a simple data structure (or even a string) and will return the structure needed to compose a query.queryUtils
object is available with the following functions:
function getComposedField(input: string | ComposeFieldInput): FieldType
function getFlattenedFields(query: Query, isAggregateResult?: boolean): string[]
function isSubquery(query: Query | Subquery): query is Subquery