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.