Skip to content

Bug fix for conditions not applying to correct columns

Choose a tag to compare

@OwenMelbz OwenMelbz released this 25 Jun 11:56
· 56 commits to master since this release

Occasionally when the column name, started with the letters contained within keywords for conditions, it would also strip these out.

e.g

conditions: where email = test@test.com

as where contains an e and email starts with an e it would turn it into

where mail = test@.com removing the first e