From: <leg...@at...> - 2003-11-21 02:05:24
|
The following comment has been added to this issue: Author: Benoit Menendez Created: Thu, 20 Nov 2003 8:05 PM Body: It appears from tracing the problem that Hibernate reads the columns out of order, for example reading the first column, the second, the third then the second column again which is not supported by this particular driver. The SQL is perfectly fine, but Hibernate ends up reading the DOCUMENT_ID (second) column again after having read the entire record. Again this is speculation. This is the latest Microsoft SQL driver and look very good otherwise and only this particular construct I am using with file documents and versions (see file) causes this problem to occur. I am building a proxy for ResultSet that will work around this problem (and Blob issues as well) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-484 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-484 Summary: ResultSet can not re-read row data for column 2 Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Assignee: Reporter: Benoit Menendez Created: Thu, 20 Nov 2003 12:24 PM Updated: Thu, 20 Nov 2003 8:05 PM Description: --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |