0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.txt More... about 12 years ago
Update README.txt More... about 12 years ago
fixed scm urls More... over 12 years ago
Partial conversion of documentation to APT format. More... over 12 years ago
correct aaron's email More... over 12 years ago
bump dependency and plugin versions. remove external repo declaration. More... over 12 years ago
first pass at mavenization More... over 12 years ago
add standard .gitattributes and .gitignore More... almost 13 years ago
add CONTRIBUTORS.txt file More... almost 13 years ago
Merge pull request #1 from vgimeno/master More... almost 13 years ago
Added OracleDDLGenerator to work with Oracle database. More... almost 13 years ago
Add initial mysql support, bump minor version More... about 15 years ago
No longer cache the non-existence of tables More... about 15 years ago
made cyclomatic complexity a little more lax (for the time being...) More... over 16 years ago
Formatting changes (thanks, eclipse...), fixed some logic with non-mappable predicates in multiple optional clauses More... over 16 years ago
Minor changes to satisfy checkstyle More... over 16 years ago
Set fetch direction explicitly to forward direction, which could allow certain result fetching optimizations from the JDBC driver. More... over 16 years ago
Various fixes in graph query. Version bumped because of changed method sig (+backslashIsEscape) in GraphQuerySQLProvider More... almost 17 years ago
added ability to auto-grant select privs for users and groups via a system property or via constructor parameter More... almost 17 years ago
Modified to use DBUtil escaping. Constructor to GraphQuerySQLProvider has changed to indicate backslash escaping. As a result, version bumped More... about 17 years ago
fixed typo re:thirdPart More... over 17 years ago
added example code showing how to do more complex RDF queries by directly constructing a GraphQuery object and using it to get RDF results More... over 17 years ago
started auto performance tests. More... over 17 years ago
updated release notes in prep for 0.9.1 release More... over 17 years ago
Testing now uses JUnit 4 More... over 17 years ago
- New naming convention for package-level unit/integration tests: AllUnitTests and AllIntegrationTests now, instead of PackageName..TestSuite More... over 17 years ago
- Using latest log4j (support for TRACE level, finer than DEBUG) - Added trace level messages for SPOQueryCompiler - All tests call TestConfig.init, which initializes logging - Logging during tests goes to ${test.dir}/test.log - Test log level defaults to INFO for org.nsdl.mpstore and below - Test log level overridable at runtime via -Dtest.loglevel=TRACE - Removed old lgpl license text, leftover from lib that was removed before More... over 17 years ago
Fixed bug that was probably introduced on 10/3 or 10/4 in complex query processing More... over 17 years ago
removed h2 remnants More... over 17 years ago
due to concurrency issues, removed h2 in favor of using derby for the bundled test db More... over 17 years ago