Created
November 13, 2010 22:48
-
-
Save gcarothers/675719 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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