soql-parser-js
Advanced tools
Changelog
4.8.1
April 9, 2023
Changelog
4.8.0
April 9, 2023
isAggregateFn
(#228)
HOUR_IN_DAY(CreatedDate)
did not properly have the isAggregateFn
property set to true for the field.getFlattenedFields
would produce incorrect results for these fields if they were not aliased.Changelog
4.7.1
January 23rd, 2023
The repository was moved from paustint
to jetstreamapp
. No code changes.
Changelog
4.7.0
October 6, 2022
literalType
is populated on subqueries that are part of a WHERE clause.Changelog
4.6.1
July 17, 2022
July 7, 2022
IN
, but the value and literal types were not arrays. (#107)Changelog
4.5.0 / 4.5.1
June 21, 2022
WITH
clause (#193)
SELECT Id FROM Account WITH USER_MODE
SELECT Id FROM Account WITH SYSTEM_MODE
accessLevel
to withAccessLevel
Changelog
4.5.0 / 4.5.1
June 21, 2022
WITH
clause (#193)
SELECT Id FROM Account WITH USER_MODE
SELECT Id FROM Account WITH SYSTEM_MODE
accessLevel
to withAccessLevel
Changelog
4.4.1
June 11, 2022
'mi'
and 'km'
could not be used in a WHERE clause because they were being parsed as a GeoLocationUnit (#188)
March 11, 2022
allowPartialQuery
enables this functionality.formatQuery
, allowing ParseQueryConfig
options to be provided.Query
interface were made optional to support partial queriesSeptember 19, 2021