0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Nov 03, 2024 — Nov 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating SQL99 lexer: - supports set_function_op: AVG, MAX, MIN, SUM, EVERY, ANY, SOME and COUNT. - supports WHERE.. IN.. predicate. More... over 14 years ago
Updating SQL99 lexer: - column_reference can have an alias name. - supports data types: numeric, string and boolean. More... over 14 years ago
* Adjusted LUBM tester to initialize so that it will connect to the postgres DB * Added convenience method to the OBDADataFActory to create JDBC sources More... over 14 years ago
Added LUBM queries More... over 14 years ago
removed useless mapping optimizations More... over 14 years ago
Querying LUBM datasources. More... over 14 years ago
Implemeted LUBM Abox loader More... over 14 years ago
Adding more test cases. More... over 14 years ago
Updating the lexer to accept column comparisons. More... over 14 years ago
Adding more test cases. More... over 14 years ago
* Added support for qualified existentials (OWL2QL) through encodings, it needs to be updated later to allow for native support More... over 14 years ago
Tester of yago ontology More... over 14 years ago
Merging mappings with same predicate into one. More... over 14 years ago
fixes to SemanticReduction More... over 14 years ago
Reducing number of mappings generated by SemanticIndex More... over 14 years ago
Adding a SQL99 grammar and a test case for examining several possible queries. More... over 14 years ago
Disabled SQO optimizations, there is a bug when removing atoms that are already in the head More... over 14 years ago
Improving the mapping filter feature. More... over 14 years ago
Uniform way to indicate order in sql mappings More... over 14 years ago
Fixes to SemanticReduction More... over 14 years ago
Merged with r915. I suppose this fixed the conflict before. More... over 14 years ago
* Added support for builtin predicates * Added boolean builtin predicates (EQ, NEQ, NOT, GT, GTE, LT, LTE, AND, OR) More... over 14 years ago
We installed the target query validation in the mapping editor. If the user updates the target query and he makes mistakes, then the query won't be saved. More... over 14 years ago
Minor changes to the debug message. More... over 14 years ago
We put also the mapping validation module in Quest. In addition, the module accepts a list of mappings which is more convenient for validating in batch mode. This module is independent from the plugin one. More... over 14 years ago
[no comment] More... over 14 years ago
[no comment] More... over 14 years ago
* Fixed bug of test for fresh mapping (the compilation of Q was not stored as a list but a set) * Refactored the structure of Term, removed getName() from all terms except Variable. Added new methods to get the appropiate values for the terms. More... over 14 years ago
* fixed the ignore all java problem in the pom.xml More... over 14 years ago
Rewritten all SemanticIndex internals, now using obda api for representing concepts and roles. More... over 14 years ago