-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 4.0.27, 5.0.7, 5.2.3, 5.4.0alpha1
-
Component/s: API (A), Frontend (F)
-
None
-
Sprint 72 (Jan 2021)
-
0.125
Steps to reproduce:
- Inspect the result of function call: dbConditionInt('some_field', [], true);
Result:
1=0
Expected:
1=1 (or any other true expression).