You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/08/27 00:15:01 UTC

svn commit: r1517714 - /jena/site/trunk/content/documentation/jdbc/index.mdtext

Author: rvesse
Date: Mon Aug 26 22:15:00 2013
New Revision: 1517714

URL: http://svn.apache.org/r1517714
Log:
More notes re: limitations

Modified:
    jena/site/trunk/content/documentation/jdbc/index.mdtext

Modified: jena/site/trunk/content/documentation/jdbc/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/jdbc/index.mdtext?rev=1517714&r1=1517713&r2=1517714&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/jdbc/index.mdtext (original)
+++ jena/site/trunk/content/documentation/jdbc/index.mdtext Mon Aug 26 22:15:00 2013
@@ -9,6 +9,11 @@ are supported.
 It provides type 4 drivers in that they are pure Java based but the drivers are not JDBC compliant since
 by definition they **do not** support SQL.
 
+This means that the drivers can be used with JDBC tools provided that those tools don't restrict you to SQL 
+or auto-generate SQL.  So it can be used with a tool like [SquirrelSQL](http://squirrel-sql.sourceforge.net) 
+since you can freely enter SPARQL queries and updates.  Conversely it cannot be used with a tool like a SQL based
+ORM which generates SQL.
+
 ## Documentation
 
 - [Overview](#overview)
@@ -158,4 +163,3 @@ to accessing HTTP based SPARQL endpoints
 
 
 
-