[
https://issues.apache.org/jira/browse/DERBY-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Pendleton updated DERBY-4281:
-----------------------------------
Attachment: derby-4281.diff
Attached 'derby-4281-diff' modifies DataDictionaryImpl.boot to
set softwareVersion to 10_6 rather than 10_5, and modifies
the upgrade tests to include the 10_6 upgrade tests.
When my main computer comes back online, I'll run the
complete set of tests to see if there are any other problems, but
this change seems to make the upgrade tests pass for me.
If anybody has time to review this patch, or to run the complete
set of tests with the patch, that would be great.
> 10.6 Upgrade test fails: SYSCS_UTIL.SYSCS_SET_XPLAIN_SCHEMA is not recognized
> as a function
> --------------------------------------------------------------------------------------------
>
> Key: DERBY-4281
> URL: https://issues.apache.org/jira/browse/DERBY-4281
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.6.0.0
> Reporter: Bryan Pendleton
> Assignee: Bryan Pendleton
> Priority: Minor
> Attachments: derby-4281.diff
>
>
> The 10.6 upgrade tests are currently commented out. When the 10.6 upgrade
> test is enabled, it fails with the following exception:
> Caused by: java.sql.SQLException: 'SYSCS_UTIL.SYSCS_SET_XPLAIN_SCHEMA' is not
> re
> cognized as a function or procedure.
> at
> org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExc
> eptionFactory.java:45)
> at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransport
> AcrossDRDA(SQLExceptionFactory40.java:119)
> at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(SQLE
> xceptionFactory40.java:70)
> ... 98 more
> Caused by: ERROR 42Y03: 'SYSCS_UTIL.SYSCS_SET_XPLAIN_SCHEMA' is not
> recognized a
> s a function or procedure.
> at
> org.apache.derby.iapi.error.StandardException.newException(StandardEx
> ception.java:286)
> at
> org.apache.derby.impl.sql.compile.StaticMethodCallNode.bindExpression
> (StaticMethodCallNode.java:216)
> at
> org.apache.derby.impl.sql.compile.JavaToSQLValueNode.bindExpression(J
> avaToSQLValueNode.java:246)
> at
> org.apache.derby.impl.sql.compile.CallStatementNode.bindStatement(Cal
> lStatementNode.java:145)
> at
> org.apache.derby.impl.sql.GenericStatement.prepMinion(GenericStatemen
> t.java:316)
> at
> org.apache.derby.impl.sql.GenericStatement.prepare(GenericStatement.j
> ava:88)
> at
> org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepa
> reInternalStatement(GenericLanguageConnectionContext.java:822)
> at
> org.apache.derby.impl.jdbc.EmbedStatement.execute(EmbedStatement.java
> :606)
> ... 92 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.