0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Nov 08, 2024 — Nov 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modify the query string in the scenarios. More... over 14 years ago
Adding more test cases. More... over 14 years ago
Updating SQL99 lexer: - supports concatenation string function. More... over 14 years ago
added more debugging info More... over 14 years ago
fixed FacultyStaff for Faculty in query U3 More... over 14 years ago
Generating simple isa images More... over 14 years ago
Not creating mappings for AUX roles More... over 14 years ago
Adding more test cases. More... over 14 years ago
Filtering isa dag for atomic classes and roles and generating index only for them. More... over 14 years ago
[no comment] More... over 14 years ago
Merging mappings with same URI and same arity More... over 14 years ago
LUBM testing sql generation More... over 14 years ago
Removed redundant methods for accessing DAG More... over 14 years ago
fixes to semantic index range interval merging More... over 14 years ago
Modify the query string in the scenarios. More... over 14 years ago
Updating SQL99 lexer: - supports UNION clause. More... over 14 years ago
Added file with optimal reformulations based on semantic index and CQC-wrt to dependencies More... over 14 years ago
Updating SQL99 lexer: - supports JOIN clause. Specifically, the INNER JOIN, LEFT/RIGHT/FULL OUTER JOIN and plain JOIN statement. However it is limited to two tables join, e.g., "... FROM table1 JOIN table2 ON table1.id=table2.id" More... over 14 years ago
fixed query 4 More... over 14 years ago
Fixed bug with URI that had no dash or - symbols More... over 14 years ago
Testing unfolding More... over 14 years ago
LUBM Tester More... over 14 years ago
the queries of the scenarios More... over 14 years ago
* Added lubm test cases * Added a tools for easily executing all the queries of the LUBM scenarios More... over 14 years ago
Implemented DAG image generator (depends on graphviz) More... over 14 years ago
fixes to LUBM testing platform More... over 14 years ago
Merging ranges when generating mappings for SemanticIndex More... over 14 years ago
Adding a jUnit file that reads user's scenarios and performs some grammar tests. Currently, 6 out of 11 scenarios are passed. We haven't covered the JOIN clause, string concatenation and several SQL functions. More... over 14 years ago
Updating SQL99 lexer: - supports GROUP BY clause. - a minor fix on the alias name, i.e., the AS keyword is optional now. More... over 14 years ago
Created a simple OBDARefurmulationPlatform factory for semanticIndex More... over 14 years ago