[
https://issues.apache.org/jira/browse/DERBY-4637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kim Haase updated DERBY-4637:
-----------------------------
Attachment: DERBY-4637.zip
DERBY-4637.stat
DERBY-4637.diff
Attaching DERBY-4637.diff, DERBY-4637.stat, and DERBY-4637.zip, with changes to
the following files:
M src/devguide/cdevdvlp40350.dita
M src/devguide/cdevdvlpinmemdb.dita
I removed the reference to in-memory databases from cdevdvlp40350.dita, since
the subject hasn't been mentioned yet at all, and then added a section on
referring to in-memory databases to cdevdvlpinmemdb.dita, with a
cross-reference back to cdevdvlp40350.dita for more information on paths.
I also got rid of a dangling participle in cdevdvlp40350.dita.
Please let me know what further changes would be helpful.
> The Developer's Guide implies that, for in-memory database names, Derby does
> not resolve relative and absolute paths to the same in-memory database
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-4637
> URL: https://issues.apache.org/jira/browse/DERBY-4637
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.6.1.0
> Reporter: Rick Hillegas
> Assignee: Kim Haase
> Attachments: DERBY-4637.diff, DERBY-4637.stat, DERBY-4637.zip
>
>
> The Developer's Guide says in the section titled 'Conventions for specifying
> the database path':
> "When accessing databases from the file system (instead of from memory, the
> classpath, or a jar file), any path that is not absolute is interpreted as
> relative to the system directory."
> A casual reader might interpret this to mean that the system directory is not
> used to resolve paths in the names of in-memory databases. But, in fact,
> Derby does use the system directory to qualify relative paths in the names of
> in-memory databases.
> For instance, if the system directory is /Users/blah/derby/dummy, then Derby
> treats the following urls as identifiers for the same in-memory database:
> jdbc:derby:memory:db
> jdbc:derby:memory:/Users/blah/derby/dummy/db
> Similarly, Derby treats the following urls as names for the same in-memory
> database:
> jdbc:derby:memory:/foo/bar/db
> jdbc:derby:memory:/foo/bar/../bar/db
> The Developer's Guide could use a section on how to resolve in-memory
> database names.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira