You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by km...@apache.org on 2006/11/19 23:44:41 UTC

svn commit: r476964 - /db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out

Author: kmarsden
Date: Sun Nov 19 14:44:41 2006
New Revision: 476964

URL: http://svn.apache.org/viewvc?view=rev&rev=476964
Log:
DERBY-416 - forgotten file update for j9 max configuration.


Modified:
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out?view=diff&rev=476964&r1=476963&r2=476964
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out Sun Nov 19 14:44:41 2006
@@ -115,7 +115,7 @@
 Got expected exception ResultSet not open. Operation 'next' not permitted. Verify that autocommit is OFF.
 Negative Test15 - Can't call updateXXX methods on columns that do not correspond to a column in the table
 SQL State : XJ084
-Got expected exception Column does not correspond to a column in the base table. Cant issue {0} on this column.
+Got expected exception Column does not correspond to a column in the base table. Cannot issue 'updateInt' on this column.
 Negative Test16 - Call updateXXX method on out of the range column
 There are only 2 columns in the select list and we are trying to send updateXXX on column position 3
 SQL State : XCL14



Re: svn commit: r476964 - /db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out

Posted by Myrna van Lunteren <m....@gmail.com>.
On 11/19/06, Jean T. Anderson <jt...@bristowhill.com> wrote:
> (dropping derby-commits on the reply)
>
> Myrna van Lunteren wrote:
> > Hi all, this is weird - for some reason it thought I was kmarsden in
> > my co for this branch?!
>
> Is there any chance you did a checkin on a machine to which more people
> have access than just you?
>
> The --no-auth-cache flag prevents authentication info caching; more info
> is at http://svnbook.red-bean.com/en/1.0/ch06s02.html .
>
>  -jean
>
Thanks Jean! I had done some fruitless browsing, but your reference
was exactly on.
I did let Kathey use one of my machines a long time ago. I had
forgotten about that.

Myrna

Re: svn commit: r476964 - /db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
(dropping derby-commits on the reply)

Myrna van Lunteren wrote:
> Hi all, this is weird - for some reason it thought I was kmarsden in
> my co for this branch?!

Is there any chance you did a checkin on a machine to which more people
have access than just you?

The --no-auth-cache flag prevents authentication info caching; more info
is at http://svnbook.red-bean.com/en/1.0/ch06s02.html .

 -jean


> Myrna
> 
> On 11/19/06, kmarsden@apache.org <km...@apache.org> wrote:
> 
>> Author: kmarsden
>> Date: Sun Nov 19 14:44:41 2006
>> New Revision: 476964
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=476964
>> Log:
>> DERBY-416 - forgotten file update for j9 max configuration.
>>
>>
>> Modified:
>>   
>> db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out
>>
>>
>> Modified:
>> db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out
>>
>> URL:
>> http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out?view=diff&rev=476964&r1=476963&r2=476964
>>
>> ==============================================================================
>>
>> ---
>> db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out
>> (original)
>> +++
>> db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out
>> Sun Nov 19 14:44:41 2006
>> @@ -115,7 +115,7 @@
>>  Got expected exception ResultSet not open. Operation 'next' not
>> permitted. Verify that autocommit is OFF.
>>  Negative Test15 - Can't call updateXXX methods on columns that do not
>> correspond to a column in the table
>>  SQL State : XJ084
>> -Got expected exception Column does not correspond to a column in the
>> base table. Cant issue {0} on this column.
>> +Got expected exception Column does not correspond to a column in the
>> base table. Cannot issue 'updateInt' on this column.
>>  Negative Test16 - Call updateXXX method on out of the range column
>>  There are only 2 columns in the select list and we are trying to send
>> updateXXX on column position 3
>>  SQL State : XCL14
>>
>>
>>


Re: svn commit: r476964 - /db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out

Posted by Myrna van Lunteren <m....@gmail.com>.
Hi all, this is weird - for some reason it thought I was kmarsden in
my co for this branch?!

Myrna

On 11/19/06, kmarsden@apache.org <km...@apache.org> wrote:
> Author: kmarsden
> Date: Sun Nov 19 14:44:41 2006
> New Revision: 476964
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=476964
> Log:
> DERBY-416 - forgotten file update for j9 max configuration.
>
>
> Modified:
>    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out
>
> Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out
> URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out?view=diff&rev=476964&r1=476963&r2=476964
> ==============================================================================
> --- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out (original)
> +++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out Sun Nov 19 14:44:41 2006
> @@ -115,7 +115,7 @@
>  Got expected exception ResultSet not open. Operation 'next' not permitted. Verify that autocommit is OFF.
>  Negative Test15 - Can't call updateXXX methods on columns that do not correspond to a column in the table
>  SQL State : XJ084
> -Got expected exception Column does not correspond to a column in the base table. Cant issue {0} on this column.
> +Got expected exception Column does not correspond to a column in the base table. Cannot issue 'updateInt' on this column.
>  Negative Test16 - Call updateXXX method on out of the range column
>  There are only 2 columns in the select list and we are trying to send updateXXX on column position 3
>  SQL State : XCL14
>
>
>

Re: svn commit: r476964 - /db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out

Posted by Myrna van Lunteren <m....@gmail.com>.
Hi all, this is weird - for some reason it thought I was kmarsden in
my co for this branch?!

Myrna

On 11/19/06, kmarsden@apache.org <km...@apache.org> wrote:
> Author: kmarsden
> Date: Sun Nov 19 14:44:41 2006
> New Revision: 476964
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=476964
> Log:
> DERBY-416 - forgotten file update for j9 max configuration.
>
>
> Modified:
>    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out
>
> Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out
> URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out?view=diff&rev=476964&r1=476963&r2=476964
> ==============================================================================
> --- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out (original)
> +++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out Sun Nov 19 14:44:41 2006
> @@ -115,7 +115,7 @@
>  Got expected exception ResultSet not open. Operation 'next' not permitted. Verify that autocommit is OFF.
>  Negative Test15 - Can't call updateXXX methods on columns that do not correspond to a column in the table
>  SQL State : XJ084
> -Got expected exception Column does not correspond to a column in the base table. Cant issue {0} on this column.
> +Got expected exception Column does not correspond to a column in the base table. Cannot issue 'updateInt' on this column.
>  Negative Test16 - Call updateXXX method on out of the range column
>  There are only 2 columns in the select list and we are trying to send updateXXX on column position 3
>  SQL State : XCL14
>
>
>