From: <no...@so...> - 2002-12-23 18:19:58
|
Patches item #657927, was opened at 2002-12-23 18:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=657927&group_id=40712 Category: None Group: None Status: Open Resolution: None 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() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=657927&group_id=40712 |