Add support of all Date Literals

Issue #2166 duplicate
Lev Prudnikov created an issue

N_<X>_AGO is not considered as a valid literal - https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_dateformats.htm

Example:

SELECT Id FROM Account WHERE CreatedDate > N_MONTHS_AGO:5

Comments (4)

  1. Scott Wells repo owner

    Resolved as a duplicate of #2135. If you find that you're not seeing these N_*_AGO date literals handled properly in the latest build, please feel free to reopen.

  2. Lev Prudnikov reporter

    Hi. Thank you! Didn’t get available updates notification for some reason.. On 2.2.2.9 it’s working

  3. Log in to comment