You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Andrew McIntyre <mc...@gmail.com> on 2005/05/30 07:46:47 UTC

[PATCH] Derby-180: Duplicate XCL47 SQLSTATE in messages_en.properties

Attached is a simple patch to reassign XCL478.S to a new SQL state, XCL51.S.

There was only one test that referenced SQL state XCL47, and that was
in the upgrade tests. And, it referenced the original definition of
SQL state XCL47. I could not find any other references to this
property in the test, and I have run derbyall against this change and
there were no related diffs, so there do not need to be any masters
updated for this change. The exception is caught in tests like
declareGlobalTempTableJava.java, but the exception is then discarded.

If there are no objections, I would like to commit this shortly.

andrew

Re: [PATCH] Derby-180: Duplicate XCL47 SQLSTATE in messages_en.properties

Posted by Myrna van Lunteren <m....@gmail.com>.
This means Jeff will have to update his error-documenting patch too?
 Myrna
 On 5/29/05, Andrew McIntyre <mc...@gmail.com> wrote: 
> 
> Attached is a simple patch to reassign XCL478.S to a new SQL state, 
> XCL51.S.
> 
> There was only one test that referenced SQL state XCL47, and that was
> in the upgrade tests. And, it referenced the original definition of
> SQL state XCL47. I could not find any other references to this
> property in the test, and I have run derbyall against this change and
> there were no related diffs, so there do not need to be any masters
> updated for this change. The exception is caught in tests like
> declareGlobalTempTableJava.java, but the exception is then discarded.
> 
> If there are no objections, I would like to commit this shortly.
> 
> andrew
> 
> 
>