Let's go all the way up to Short.MAX_VALUE.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2371 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -274,5 +274,5 @@ public abstract class FindAllQuery<T extends PersistentRecord>
|
||||
protected Class<T> _type;
|
||||
|
||||
/** The maximum number of keys allowed in an IN() clause. */
|
||||
protected static final int MAX_IN_KEYS = 16738;
|
||||
protected static final int MAX_IN_KEYS = Short.MAX_VALUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user