Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.4.1.3
-
None
Description
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.