Make FutureValue<T> fall back to regular List implementation if the current RDBMS does not support query batching
Description
Environment
None
Activity
Show:
Davy Brion April 13, 2009 at 10:18 AM
fixed in r4177
Fixed
Details
Details
Assignee
Davy Brion
Davy BrionReporter
Davy Brion
Davy BrionComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created April 13, 2009 at 9:52 AM
Updated July 22, 2009 at 7:21 AM
Resolved April 13, 2009 at 10:18 AM
Who's Looking?
If the current RDBMS doesn't support query batching, the implementation of FutureValue<T> should fall back to the List implementation (for both CriteriaImpl and AbstractQueryImpl). The FutureValue class can then get the single value out of the IList which is returned from the List method.