(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, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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 >> >> >>
