Docn errors in System procedure and Create procedure descriptions
-----------------------------------------------------------------
Key: DERBY-3062
URL: https://issues.apache.org/jira/browse/DERBY-3062
Project: Derby
Issue Type: Bug
Components: Documentation
Affects Versions: 10.3.1.4
Reporter: Sebb
File: db-derby-10.3.1.4-bin/docs/html/ref/rrefexportproc.html
1.
"... uses the current directory and the default drive as the destination."
Does not make clear that the defaut drive relates to the server process.
2.
Says that the file will be overwritten - this is no longer the case:
java.sql.SQLException: The export operation was not performed, because the
specified output file (myfile.del) already exists. Export processing will not
overwrite an existing file, even if the process has permissions to write to
that file, due to security concerns, and to avoid accidental file damage.
Please either change the output file name in the export procedure arguments to
specify a file which does not exist, or delete the existing file, then retry
the export operation.
File: db-derby-10.3.1.4-bin/docs/html/ref/rrefcreateprocedurestatement.html
The text:
"Statements that are not supported in any stored procedure return a
different error."
appears under the descriptions for:
CONTAINS SQL
READS SQL DATA
This does not make sense.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.