Patches item #657927, was opened at 2002-12-24 05:19
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=657927&group_id=40712
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: J. Russell Smyth (drfish)
Assigned to: Nobody/Anonymous (nobody)
Summary: make Query.setMaxResults work for SAPDB
Initial Comment:
Some databases do not fully support
PreparedStatement.setMaxRows() (Notably SAPDB
when using scrollable result sets, as indicated by the
workaround in SQLFunctionsTest)
This patch will allow Query.setMaxResults to work even
if the database in question does not correctly support
PreparedStatement.setMaxRows()
----------------------------------------------------------------------
>Comment By: Gavin King (oneovthafew)
Date: 2002-12-25 00:45
Message:
Logged In: YES
user_id=384580
Applied to CVS. please confirm that this is working on
SAPDB. Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=657927&group_id=40712
|