Released: Jun 30, 2023
Mises à jour de V13.0p-2023-06-30
Fonctionnalités
Various enhancements around progressiveLoading:
- Added the new dsResponse attribute "progressiveLoading" [boolean] as a way for the server to indicate that progressive loading is active.
- Added ResultSet.lengthIsProgressive() method [returns boolean] as a way for client side code to determine whether a ResultSet's advertised length may be inaccurate due to progressiveLoading.
- Added new method ResultSet.setFullLength(int) as a way to specify an explicit length for a ResultSet if one is known, so a resultSet can have a true size even when the server returns progressiveLoading responses to its fetches, with inaccurate row-counts.