Patches item #520200, was opened at 2002-02-19 14:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=520200&group_id=22866

Category: JBossServer
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Ravi Goorah (rcgoorah)
Assigned to: Nobody/Anonymous (nobody)
Summary: Resultset ordered reading.

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=520200&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to