This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git.


    from e9d28c4  Merge pull request #532 from afs/eval-refactor
     new dc3e823  Push simple ORDER clauses into the SQL
     new b3024db  Push simple ORDER clauses into the SQL (disable by default)
     new e0405c7  Push simple ORDER clauses into the SQL (correct for SPARQL 
order specs)
     new c8a56a7  Retain variable order, and use GROUP BY to promote index usage
     new 5c9d268  Add unit tests for SQL generation; move ORDER optimization 
into post process
     new d751b74  Fix SQL Bridge when rewriting OpOrder
     new e638fdf  Add Licence header to Test classes
     new ee35d14  Merge pull request #533 from grahamtriggs/feature/sdborder

The 7715 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/java/org/apache/jena/sdb/SDB.java     |   2 +
 .../jena/sdb/compiler/QueryCompilerMain.java       |  47 ++++++
 .../org/apache/jena/sdb/compiler/SDBCompile.java   |   9 +
 .../org/apache/jena/sdb/compiler/TransformSDB.java |   8 +-
 .../java/org/apache/jena/sdb/core/SDBRequest.java  |   3 +-
 .../java/org/apache/jena/sdb/core/ScopeBase.java   |  10 +-
 .../jena/sdb/core/sqlnode/GenerateSQLVisitor.java  | 183 ++++++++++++++++++++-
 .../jena/sdb/core/sqlnode/SqlSelectBlock.java      |  13 +-
 .../apache/jena/sdb/layout2/QueryCompiler2.java    |   6 +-
 .../java/org/apache/jena/sdb/test/SDBTestMisc.java |   4 +-
 .../org/apache/jena/sdb/test/misc/TestSQL.java     |  91 ++++++++++
 .../org/apache/jena/sdb/test/misc/TestScope.java   |  78 +++++++++
 12 files changed, 435 insertions(+), 19 deletions(-)
 create mode 100644 
jena-sdb/src/test/java/org/apache/jena/sdb/test/misc/TestSQL.java
 create mode 100644 
jena-sdb/src/test/java/org/apache/jena/sdb/test/misc/TestScope.java

Reply via email to