I'll do my best to explain as clearly as possible.
I have an app with a database table projectList
When you create a Simple database query.
As you can see, I’m using 109 as the test value, and the condition is set to "EQUAL."
The results come out as expected and everything works fine.
However, if I change the test value to "109test," the result doesn't behave as expected.
In theory, the query should return empty results, but in reality, it returns the same results as with the "109" test value.
It seems that the "Equal" condition is behaving more like a "%LIKE%" condition, instead of strictly matching the value.
Is there a solution to this, or am I doing something wrong? I am on Beta 14