Devart.Data.Oracle.OracleException : ORA-00920: invalid relational operator

Devart.Data.Oracle.OracleException : ORA-00920: invalid relational operator

Hi Devart team, 

I am getting the error Devart.Data.Oracle.OracleException : ORA-00920: invalid relational operator when querying the database using a bool property in a where clause like:

  1. var students = _dbContext.Students.Where(s => s.IsActive).ToList();

I am connecting to an Oracle DB and the the bool property is mapped to a NUMBER(1) column.

We are using: 
Devart.Data.Oracle.EFCore version 10.2.0.7
EntityFrameworkCore 7

We would appreciate your assistance in this issue.

Thanks in advance.