Equals and not equals should be able to match Boolean types

Issue #18 resolved
Sean Kauffman repo owner created an issue

In a where expression, equals and not equals log errors when they are used on Booleans. This is wrong, as it should be possible to say that two Boolean expressions are equal.

C :- A before B where A.foo = B.bar

A|10|foo|true
B|20|foo|bar

Comments (3)

  1. Log in to comment