|
The patch (1) fails ProcedureInTriggerTest testTriggerNegative, which is a recurring error. I think this is unrelated. Apart from that, derbyall and suites.all runs cleanly.
The patch (
I see this build failure after applying the
compile_jdbc4: [javac] Compiling 17 source files to /export/home/kh160127/derby/sandbox/1828+2633/classes [javac] /export/home/kh160127/derby/sandbox/1828+2633/java/client/org/apache/derby/client/am/SQLExceptionFactory40.java:75: cannot find symbol [javac] symbol : variable AUTHORIZATION_PREFIX [javac] location: interface org.apache.derby.shared.common.reference.SQLState [javac] } else if (sqlState.startsWith(SQLState.AUTHORIZATION_PREFIX)) { [javac] ^ [javac] 1 error BUILD FAILED I see now that I never used JDK 1.6, hence the build completed without errors. I will report back with a new patch once I have run the tests once more.
The patch (
The only difference from patch (1) is that AUTHORIZATION_PREFIX is replaced by AUTHORIZATION_SPEC_PREFIX in java/client/org/apache/derby/client/am/SQLExceptionFactory40.java Thanks Jørgen! The patch looks good to me. I'll run the regression tests and commit.
Committed revision 537850.
Thank you for reviewing and committing the patch, Knut
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DERBY-1828-and-2633-1) contains patch 2indent ofDERBY-1828and the required changes to translated languages. Since only the error codes are changed, no translated messages have been deleted. They only have a new error code and a new location in the message_*.properties files.