Skip to content

Instantly share code, notes, and snippets.

@gcarothers
Created November 13, 2010 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcarothers/675719 to your computer and use it in GitHub Desktop.
Save gcarothers/675719 to your computer and use it in GitHub Desktop.
Index: src/com/hp/hpl/jena/sdb/compiler/QueryCompilerMain.java
===================================================================
--- src/com/hp/hpl/jena/sdb/compiler/QueryCompilerMain.java (revision 8170)
+++ src/com/hp/hpl/jena/sdb/compiler/QueryCompilerMain.java (working copy)
@@ -80,6 +80,8 @@
// Some changes can still be made now w have the whole SQL expression.
Op op3 = postProcessSQL(op2) ;
+ // Find all OpSQL nodes and put a bridge round them. ... again
+ OpWalker.walk(op3, new SqlNodesFinisher(patternIsOneSQLStatement)) ;
return op3 ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment