Title: [647] trunk/activerecord-jdbc/src/java/JdbcAdapterInternalService.java: Whoops.
Revision
647
Author
olabini
Date
2007-06-21 07:38:02 -0400 (Thu, 21 Jun 2007)

Log Message

Whoops.

Modified Paths


Diff

Modified: trunk/activerecord-jdbc/src/java/JdbcAdapterInternalService.java (646 => 647)


--- trunk/activerecord-jdbc/src/java/JdbcAdapterInternalService.java	2007-06-21 09:36:12 UTC (rev 646)
+++ trunk/activerecord-jdbc/src/java/JdbcAdapterInternalService.java	2007-06-21 11:38:02 UTC (rev 647)
@@ -385,7 +385,7 @@
             Statement stmt = null;
             try {
                 stmt = c.createStatement();
-                stmt.setMaxRows(0);
+                stmt.setMaxRows(maxrows);
                 return unmarshal_result(recv, stmt.executeQuery(sql.convertToString().getUnicodeValue()));
             } catch(SQLException e) {
                 if(c.isClosed()) {
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to