[
https://issues.apache.org/jira/browse/DERBY-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen resolved DERBY-1963.
---------------------------------------
Resolution: Fixed
Fix Version/s: 10.7.0.0
Issue & fix info: [Newcomer] (was: [Patch Available, Newcomer])
> Routine parameter names displayed by dblook are not escaped.
> ------------------------------------------------------------
>
> Key: DERBY-1963
> URL: https://issues.apache.org/jira/browse/DERBY-1963
> Project: Derby
> Issue Type: Bug
> Components: Tools
> Affects Versions: 10.3.1.4
> Reporter: Daniel John Debrunner
> Assignee: Knut Anders Hatlen
> Priority: Minor
> Fix For: 10.7.0.0
>
> Attachments: d1963-2.diff, d1963.diff
>
>
> After using this SQL to create a function with a delimited parameter name
> CREATE FUNCTION FRED ("paramOne" INTEGER) RETURNS INTEGER
> LANGUAGE JAVA PARAMETER STYLE JAVA
> EXTERNAL NAME 'fred.foo'
> dblook will output a CREATE FUNCTION statement with the parameter name
> without quotes:
> CREATE FUNCTION "APP"."FRED" (paramOne INTEGER) RETURNS INTEGER
> LANGUAGE JAVA PARAMETER STYLE JAVA
> READS SQL DATA CALLED ON NULL INPUT
> EXTERNAL NAME 'fred.foo';
> Using the output from dblook to re-create the function will result in a
> function with a different parameter name.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.