Currently the DibiReflection bails out when it encounters the %m modifier anywhere in the query. However, this modifier is a valid modifier for DATE_FORMAT SQL function and in such case, it is not replaced by Dibi query builder and it should be just kept and the query reflection should not bail out.
Currently the
DibiReflectionbails out when it encounters the%mmodifier anywhere in the query. However, this modifier is a valid modifier forDATE_FORMATSQL function and in such case, it is not replaced by Dibi query builder and it should be just kept and the query reflection should not bail out.