Error 22001 can include 'XX-RESOLVE-XX' which should be removed
---------------------------------------------------------------
Key: DERBY-961
URL: http://issues.apache.org/jira/browse/DERBY-961
Project: Derby
Type: Bug
Versions: 10.2.0.0
Reporter: Myrna van Lunteren
Priority: Minor
In some cases, error 22001 can come up as follows:
A truncation error was encountered trying to shrink CHAR () FOR BIT DATA
'XX-RESOLVE-XX' to length 40.
This message makes it appear as if there is a column called XX-RESOLVE-XX,
however, this string is coming out of SQLBinary.java.
It should be removed from the message.
Other references for this string are in the masters for updatableResultSet.out,
and in the test lang/concateTests.java (referring to DERBY-124).
So, running updatableResultSet will generate the message.
The stack trace I saw:
at
org.apache.derby.iapi.error.StandardException.newException(StandardException.java:362)
at org.apache.derby.iapi.types.SQLBinary.checkHostVariable(SQLBinary.java:977)
at org.apache.derby.exe.ac05550069x0109x5d95xbdfcxffff9c80fb80163.e0 (Unknown
Source)
at
org.apache.derby.impl.services.reflect.DirectCall.invoke(ReflectGeneratedClass.java:138)
at
org.apache.derby.impl.sql.execute.RowResultSet.getNextRowCore(RowResultSet.java:155)
at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore
(NormalizeResultSet.java:204)
at
org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(DMLWriteResultSet.java:123)
at
org.apache.derby.impl.sql.execute.InsertResultSet.open(InsertResultSet.java:521)
at
org.apache.derby.impl.sql.GenericPreparedStatement.execute(GenericPreparedStatement.java:359)
at
org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(EmbedStatement.java:1142)
at
org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(EmbedPreparedStatement.java:1421)
at
org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(EmbedPreparedStatement.java:263)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira