0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 18 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dont add empty project element lists to the projection kept in the renderer, makes it harder to correctly format the projection More... over 12 years ago
* equals & hashcode for delegating graph * toString(RDFFormat) method added to ExtGraph * Added an ImmutableGraph decorator * deprecating iterable in OpenRdfUtil because its duplicated in AdunaIterations * fixing a construct projection renderer bug where we were not correctly rendering vars bound in the extensions * fixed typo in ask visitor * adding a replacer visitor for replacing unary nodes in a query model More... over 12 years ago
making vocab constructor public so you can use it stand alone and changing the viz of the ResourceBuilder constructor More... over 12 years ago
couple renames and a generics tweak More... over 12 years ago
adding both var name mappings for stuff in the projection so we can get a superset of the names of stuff in the projection. useful for when dealing with the raw construct algebra More... over 12 years ago
fixing typo in sparql query renderer for isblank/isbnode More... over 12 years ago
closing an iteration when we're done w/ it and adding an each method to the aduna iterations utils More... over 12 years ago
starting to add some tests for ExtGraph & ExtRepository and adding master test suite. also adding contains to the ExtRepo and a closeQuietly method for Aduna CloseableIterations More... over 12 years ago
removing dependencies on cp utils & log4j. going w/ slf4j since its already included in sesame and plain guava for any utility stuff More... over 12 years ago
deprecating old xml parser, adding additional foaf vocab constants More... over 12 years ago
adding a closeQuietly util method for closing an iteration and logging errors to the log file rahter than throwing an exception More... almost 13 years ago
adding the ability to create ask queries in the query builder. also adding support for specifing from/from named in the query builder api. adding support for correctly rendering the from/from named clauses in the sparql renderer. adding some tests for the from/from named rendering More... almost 13 years ago
small change to loading data into a repository, forcing it to go through a transaction as that's more amenable to things that support them More... almost 13 years ago
Proper context merging in case when one argument of a binary operator does not have a context and another one has. More... almost 13 years ago
Fix for problem with rendering of queries where the graph statement contains an unbound variable, and the graph statement encompasses multiple elements. Also fixed another graph with rendering graph statements in the presence of optionals. More... almost 13 years ago
fix for NPE in context collector More... almost 13 years ago
describe rewriter should use the util function to guess that a var name is an autogenerated describe var name so as to be consistent w/ the visitor which uses that function. the two being out of synch can lead to queries being rewritten incorrectly More... almost 13 years ago
fix to graph context rendering in sparql More... about 13 years ago
* common function to determine if a var name looks like its a describe auto generated variable, making both rewriter and visitor use it so they dont get out of sync More... about 13 years ago
fixing typo in describe check More... about 13 years ago
fixing a bug in the rendering of projections in sparql More... about 13 years ago
adding convenience function to get the projection from a query algebra More... about 13 years ago
adding junit to project, adding a simple test class for testing the sparql query rendering. Applying Blaz's patch for correctly rendering contexts in the queries, and generally cleaning up the rendering so its actually human readable and not just parseable. More... about 13 years ago
fixing a bug in the describe rewriter that caused it to leave unbound statement patterns in the algebra which only leads to bad things More... about 13 years ago
fixing the rendering of ask queries in SPARQL, consequently, doing some refactoring to move the global bits of the rendering into a more appropriate place More... about 13 years ago
* wrapping not expressions in parenthesis so they don't create parse errors More... about 13 years ago
fixing two small bugs in the limit and offset setter methods in query utils More... about 13 years ago
changing the describe utils api and adding a describe rewriter. also fixing a bug in the sparql query renderer wrt to function expressions More... about 13 years ago
adding wrapper around RepositoryResult that will auto close its parent connection similar to the wrappers for TupleQueryResult and GraphQueryResult More... about 13 years ago
adding some code to auto close connectinos when the query results are closed More... about 13 years ago