Author: rvesse
Date: Mon Aug 26 17:04:17 2013
New Revision: 1517604
URL: http://svn.apache.org/r1517604
Log:
Fix auto-correct typos per Stephen's comments
Modified:
jena/site/trunk/content/documentation/jdbc/drivers.mdtext
Modified: jena/site/trunk/content/documentation/jdbc/drivers.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/jdbc/drivers.mdtext?rev=1517604&r1=1517603&r2=1517604&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/jdbc/drivers.mdtext (original)
+++ jena/site/trunk/content/documentation/jdbc/drivers.mdtext Mon Aug 26
17:04:17 2013
@@ -101,7 +101,7 @@ initialize the in-memory dataset with e.
If you prefer to start with an empty dataset you should use the `empty`
parameter instead e.g.
- jdbc:jena:men:empty=true
+ jdbc:jena:mem:empty=true
If both are specified then the `dataset` parameter has precedence.
@@ -122,7 +122,7 @@ By default a TDB dataset will be created
prefer not to do this i.e. ensure you only access existing TDB datasets then
you can add the
`must-exist` parameter e.g.
- jdbc:jena:tab:location=/path/to/data&must-exist=true
+ jdbc:jena:tdb:location=/path/to/data&must-exist=true
With this parameter set the connection will fail if the location does not
exist as a directory,
note that this does not validate that the location is a TDB dataset so it is
still possible