fixed: incorrect query was created when using neq() method with finder - there was no and or or conjunction
This commit is contained in:
@@ -116,6 +116,7 @@ void DbExpression::field_before()
|
||||
output_type == MORM_OUTPUT_TYPE_WHERE_GT ||
|
||||
output_type == MORM_OUTPUT_TYPE_WHERE_LE ||
|
||||
output_type == MORM_OUTPUT_TYPE_WHERE_LT ||
|
||||
output_type == MORM_OUTPUT_TYPE_WHERE_NOT_EQ ||
|
||||
output_type == MORM_OUTPUT_TYPE_WHERE_IN )
|
||||
{
|
||||
int conjunction = MORM_CONJUNCTION_AND;
|
||||
|
Reference in New Issue
Block a user