[
https://issues.apache.org/jira/browse/DERBY-3809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylvain Leroux reopened DERBY-3809:
-----------------------------------
I re-open this issue due to to a slightly noisy behavior discovered when using
SHOW FUNCTION against postgre-8.3:
ij> SHOW FUNCTIONS;
JAVA ERROR: java.lang.ClassCastException: java.lang.AbstractMethodError cannot
be cast to java.sql.SQLException
I think any JDBC driver build against JDBC3 but running on JDBC4 will exhibit
the same behavior. The only thing I saw right now is to wrap
AbstractMethodError in a "notAvailableForDriver" SQLException.
> Add a SHOW FUNCTONS command to ij
> ---------------------------------
>
> Key: DERBY-3809
> URL: https://issues.apache.org/jira/browse/DERBY-3809
> Project: Derby
> Issue Type: Improvement
> Components: Tools
> Affects Versions: 10.4.1.3
> Reporter: Rick Hillegas
> Assignee: Sylvain Leroux
> Fix For: 10.6.0.0
>
> Attachments: show-functions-2.diff, show-functions-3.diff,
> show-functions.diff
>
>
> Currently, the ij SHOW command can give you information on a number of schema
> objects, including procedures. It should be fairly easy to add SHOW FUNCTIONS
> as well. This request surfaced on the user list:
> http://www.nabble.com/How-can-i-see-my-self-defined-functions--td18773980.html#a18773980
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.