Skip to content

4.2.0 regression : basic query using 'in' keyword working 4.1.11 and returning no result in 4.2.0 #1829

@jbrazeau

Description

@jbrazeau

I've upgraded alasql (4.1.10 -> 4.2.0) this morning and faced a regression.

I've isolated the problem in a trivial test available in the following git repository : https://gitlab.com/jean-francois.brazeau/alasql-bug-4.2.0

The repository contains a very basic test that :

  • creates a simple table (2 columns)
  • insert two rows
  • selects the rows using in keyword

Simply run :

  • go-4.1.11.sh to install alasql@4.1.11 and successfully run the test.
  • go-4.2.0.sh to install alasql@4.2.0 and notice that the query returns no result at the end of the script.

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