[ 
https://issues.apache.org/jira/browse/DERBY-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034314#comment-13034314
 ] 

Kim Haase commented on DERBY-5226:
----------------------------------

Thanks for the edits and information, Rick! 

Based on the background info and what you said, I wonder if the language about 
the deploy and undeploy arguments should be something like the following:

"If set to 1, indicates the existence of an SQLJ deployment descriptor file. 
Derby ignores this argument, so it is normally set to 0."

Would this work? I suppose if they set it to 1 it would be harmless, so there's 
no need to say that it *must* be set to 0.

Also thanks for the tactful correction of my typo on the varchar size. I gather 
32672 is correct, not 32762.

I notice that several topics in the manuals have the same typo; I should 
probably file another JIRA to fix these:

rtoolsimport64241.dita, "Parameters for the import procedures" (COLUMNINDEXES 
entry) 
rrefgetdbpropfunc.dita, "SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY system function"
rrefsyscsruntimestatsfunc.dita, "SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS system 
function"
rrefimportdataproc.dita, "SYSCS_UTIL.SYSCS_IMPORT_DATA system procedure"
rrefimportdataproclobs.dita, "SYSCS_UTIL.SYSCS_IMPORT_DATA_LOBS_FROM_EXTFILE 
system procedure"

So do some of the code files (in comments only):

java/engine/org/apache/derby/catalog/SystemProcedures.java
java/drda/org/apache/derby/impl/drda/DDMReader.java
java/engine/org/apache/derby/impl/sql/catalog/DataDictionaryImpl.java


> SQLJ system procedures should be documented in Reference Manual
> ---------------------------------------------------------------
>
>                 Key: DERBY-5226
>                 URL: https://issues.apache.org/jira/browse/DERBY-5226
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.8.1.2
>            Reporter: Kim Haase
>            Assignee: Kim Haase
>            Priority: Minor
>         Attachments: DERBY-5226.diff, DERBY-5226.stat, DERBY-5226.zip
>
>
> The system procedures SQLJ.INSTALL_JAR, SQLJ.REMOVE_JAR, and SQLJ.REPLACE_JAR 
> are currently documented in the Tools and Utilities Guide (and briefly 
> referenced in the Developer's Guide). This reference material should be moved 
> to the system procedures section of the Reference Manual and revised to be 
> consistent in style with the other topics in that section.
> DERBY-1780 mentions this situation, as do comments on DERBY-484.
> This issue should be fixed before DERBY-484 so that the new topic can link 
> correctly to the new reference topics.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to