Add note on lack of support for InTuples with SQLServer and DB2

This commit is contained in:
Rob Bygrave
2023-07-04 12:05:10 +12:00
parent ac466ecd79
commit f414f04033
@@ -1,10 +1,10 @@
package io.ebean;
import java.util.List;
/**
* IN expression using multiple columns.
* <p>
* Currently this is not supported with SQLServer or DB2.
* <p>
* Produces SQL expression in the form of (A,B,C) IN ((a0,b0,c0), (a1,b1,c1), ... )
* where A,B,C are the properties in the tuples.
*/