Menu

#158 Resultset ordered reading.

v2.4 (stable)
closed-fixed
7
2002-04-16
2002-02-19
Ravi Goorah
No

Some db drivers required that the result set be read
in the same order that the sql statement is created.
This is the case for the Microsoft SQL Server - SQL
server 2000 JDBC driver, yucky.
Currently, JBoss reads the resultset in a sudo-random
order. This patch makes sure that JBoss reads the
result set in the same order as the SQL statement. The
only file that requires change is the
JDBCLoadEntityCommand.java, I've included a -u diff of
the two files. Thanks.

Discussion

  • Ravi Goorah

    Ravi Goorah - 2002-02-19

    JDBCLoadEntityCommand.java

     
  • Ravi Goorah

    Ravi Goorah - 2002-02-19
    • priority: 5 --> 7
     
  • Dan Christopherson

    • assigned_to: nobody --> danch
     
  • Dan Christopherson

    • status: open --> closed-fixed
     

Log in to post a comment.