mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Add note on lack of support for InTuples with SQLServer and DB2
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user