In our usage of this library, we came across a strange issue where string comparisons were failing.
Previously if your expression contained two strings and you attempted any of the inequality operators, you'd get an error stating that it wasn't a number.
In our usage of this library, we came across a strange issue where string comparisons were failing.
Previously if your expression contained two strings and you attempted any of the inequality operators, you'd get an error stating that it wasn't a number.
This patch fixes this and works for us.