From: Russell S. <rs...@co...> - 2002-12-23 18:28:52
|
I have submitted a patch to the SF patch manager which allows Query.setMaxResults() to work even on databases which do not support PreparedStatement.setMaxRows(), such as SAPDB (which we must work with). The change is small, but it should increase compatablity greatly. My patch also includes removing the workaround from the test for this feature for SAPDB. |