Marco Schweizer
10/08/2021, 7:39 AMqb.andWhere(
'("Appointment"."start_date", "Appointment"."end_date") OVERLAPS (:startDate, :endDate)',
{ startDate: startDate, endDate: endDate }
);
Is there any way to make use of OVERLAPS in prisma without having to build the whole query yourself?Ryan
10/08/2021, 10:35 AMprisma.$queryRaw
.
We have a request for the same here so it would be great if you could add a 👍 so that we know the priority for this 🙂Marco Schweizer
10/12/2021, 7:24 AM