Spring Data Couchbase| Prepared Statements does not support Date operations in new upgraded SDK

I am not expertise in spring data

  • "AND sch.periodOfOperation.endDate >= $startDate "
    what i am saying startDate convert to string and try as named parameter
    @Param(“startDate”) String startDate, ====> @Param(“startDate”) String “2021-01-01”
1 Like