Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Will restructure BatchQuery for more sane state tracking. As a result of this change instead of using "next()" and then "getXYZ", values can be read as this:
for(BatchQueryRow r : query.getRows()) {
}
Which is arguably cleaner and will result in easier access to batch parameters.