tastott / jsoql

A SQL-like language for querying JSON data
http://tastott.github.io/jsoql
3 stars 1 forks source link

Outer join bug when results are not read fully? #95

Open tastott opened 9 years ago

tastott commented 9 years ago

I suspect this is a problem with the way the unmatched records are added for an OUTER JOIN. Needs verification with a test which doesn't get all results.