Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFC8610A26 for ; Mon, 26 Aug 2013 17:04:38 +0000 (UTC) Received: (qmail 76435 invoked by uid 500); 26 Aug 2013 17:04:38 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 76411 invoked by uid 500); 26 Aug 2013 17:04:38 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 76404 invoked by uid 99); 26 Aug 2013 17:04:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 17:04:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 17:04:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 67DEE238889B; Mon, 26 Aug 2013 17:04:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1517604 - /jena/site/trunk/content/documentation/jdbc/drivers.mdtext Date: Mon, 26 Aug 2013 17:04:17 -0000 To: commits@jena.apache.org From: rvesse@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130826170417.67DEE238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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