Skip to content

Unable to get property 'modifier' of undefined or null reference #635

@linus72982

Description

@linus72982
  • Describe the problem:
    --- I have multiple select statements strung together with EXCEPT or INTERSECT between them. To order by with multiple selects, you usually add ORDER BY at the end. When I do order by at the end, I get the error in the title of the issue. The error points to alasql.min.js at line 2, char 9585, code 0
  • Provide code that replicates the problem:
    --- "SELECT * FROM Persons INTERSECT SELECT * FROM Persons WHERE eventStart BETWEEN x AND x OR eventEnd BETWEEN x AND x ORDER BY eventStart"
    x's are just unix timestamps, I left them out for clarity.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions