Remove old stuff

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/c750074e
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/c750074e
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/c750074e

Branch: refs/heads/hadoop-rdf
Commit: c750074edd2f7a26310741d5b167cedc1a5bbe2d
Parents: a9e5926
Author: Andy Seaborne <a...@apache.org>
Authored: Tue Oct 21 16:44:11 2014 +0100
Committer: Andy Seaborne <a...@apache.org>
Committed: Tue Oct 21 16:44:11 2014 +0100

----------------------------------------------------------------------
 jena-sdb/Old/PG_GRANT | 10 -------
 jena-sdb/Old/ToDo-AFS | 67 ----------------------------------------------
 2 files changed, 77 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/c750074e/jena-sdb/Old/PG_GRANT
----------------------------------------------------------------------
diff --git a/jena-sdb/Old/PG_GRANT b/jena-sdb/Old/PG_GRANT
deleted file mode 100644
index 63df4a4..0000000
--- a/jena-sdb/Old/PG_GRANT
+++ /dev/null
@@ -1,10 +0,0 @@
--- sdbsql <this file>
--- GRANT ALL ON TABLE nodes TO public;
--- GRANT ALL ON TABLE prefixes TO public;
--- GRANT ALL ON TABLE triples TO public;
-
-GRANT SELECT ON TABLE nodes TO public;
-GRANT SELECT ON TABLE prefixes TO public;
-GRANT SELECT ON TABLE triples TO public;
-
-

http://git-wip-us.apache.org/repos/asf/jena/blob/c750074e/jena-sdb/Old/ToDo-AFS
----------------------------------------------------------------------
diff --git a/jena-sdb/Old/ToDo-AFS b/jena-sdb/Old/ToDo-AFS
deleted file mode 100644
index 4e0964c..0000000
--- a/jena-sdb/Old/ToDo-AFS
+++ /dev/null
@@ -1,67 +0,0 @@
-SDB ToDo list (and general notes)
-=================================
-
-** Graph management
-    And OpDatasetNames
-** prefixes per model (related) 
-
-
-** OpQuadPattern ==> Track OpGraph and OpBGP (common visitor/transform base 
pattern?) 
-** OpDatasetNames (and check GRAPH ?g {})
-
-** SELECT DISTINCT ?p { ?s ?p ?o }
-   Can push in DISTINCT through the project if the SelectBlock has the project
-   else just put on the project?
-     TransformSDB 
-
-** Tidy the assembler descriptions on wiki.
-   Currently two pages: make reference and tutorial.
-
-** Check update tests - why is fork needed in ant for Pg and MS-SQL, but not 
MySQL? 
-
-** Connection pooling (Apache DBCP) which will also cope with MySQL timeouts   
-
-** Store .isClosed, isFormatted
-
-==== Wiki
-** StoreFormatter.isFormatted()
-
-+ Break out the merge query section into a separate wiki page.
-
-==== Tests
-
-?? Restruct as run-per-store
-?? Run-per-store for all non-Q tests.
-   May need to hack JUnit 4 to get naming to work.
-   TestEnv.getStore() -> Store
-   For load-general?
-+ Test: Dataset description + JDBC connection for pooling.
-
-== Major
-
-+ Graph management:
-    Graphs loaded
-    Delete graph (can we make this anymore efficient?)
-      Delete by quad pattern
-    Add new graph (and load of unknown graph fails?)
-    Replace graph
-      Delete model, Clear model, Create model
-      Only load is model exists?
-      Check in GraphSDB
-    Need a "graph ids" table
-    
-== Minor
-
-+ StoreLoader => StoreLoaderPlus.
-+ LoaderTuplesNodes uses reflection on constructors.  OneTuple loader broken 
by this.
-   Each loader has many TupleLoader instances - per table to be loaded.
-   ==> TupleLoaderFactory 
- 
-+ Tests with SDB.getContext().setTrue(SDB.unionDefaultGraph) ;
-  --set in manifest?
-
-+ OpUnion
-
-==== Notes
-   
-+ QueryEngineSDB has duplication with QueryEngineMain - eliminate!

Reply via email to