details:   https://code.openbravo.com/erp/devel/pi/rev/83e12075fade
changeset: 30695:83e12075fade
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Wed Nov 30 17:02:36 2016 +0100
summary:   Related with issue 33875: Inlines method to avoid working with 
closed resultset

The DatabaseDataIO.getDatasetTableDataIterator method, which was only used in 
one place, returned a Iterator<DynaBean>, which was an iterator of a ResultSet. 
The problem was that the Re
sultSet was being closed inside the getDatasetTableDataIterator method, so the 
returned iterator could not work.

diffstat:

 src-db/database/lib/dbsourcemanager.jar |    0 
 1 files changed, 0 insertions(+), 0 deletions(-)

diffs (2 lines):

diff -r 2040ebbc9914 -r 83e12075fade src-db/database/lib/dbsourcemanager.jar
Binary file src-db/database/lib/dbsourcemanager.jar has changed

------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to