Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.1.3.1, 10.2.1.6
-
None
-
OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
-
Normal
Description
Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
1. Create directories for 10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
2. Set CLASSPATh to the jars in the above directories.
3. Run suite derbynetclientmats by giving the following command:-
java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
-
-
- Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
18 del
< 0 getBinaryStream -> EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
18a18
> 0 getBinaryStream -> EXCEPTION (Stream of column value in result cannot be retrieved twice)
23 del
< 0 getCharacterStream -> EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
23a23
> 0 getCharacterStream -> EXCEPTION (Stream of column value in result cannot be retrieved twice)
41 del
< 1 getBinaryStream -> EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
41a41
> 1 getBinaryStream -> EXCEPTION (Stream of column value in result cannot be retrieved twice)
46 del
< 1 getCharacterStream ->Object' : java.io.Reader
- Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
-
Attachments
Attachments
Issue Links
- relates to
-
DERBY-880 jdbcapi/connectionJdbc20.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing with > SQLSTATE(null): java.sql.SQLException: Stream of column value in result cannot be retrieved twice
- Closed