0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
incremented version and added debug logging More... over 17 years ago
added known issue re:unique constraint checking More... over 17 years ago
beefed up section on API w/example code for working with DatabaseAdaptor and steps to do advanced queries. More... over 17 years ago
added link to postgres tuning tips More... over 17 years ago
style fixes and doc updates re: fetchSize and autoReleaseConnection More... over 17 years ago
o updated/added more docs for release o added release notes file o added (temporary) java14-compatible jar for release build More... over 17 years ago
o added autoCloseConnection param to DatabaseAdaptor.query and SQLUnionQueryResults constructor signatures. previously, it didn't give you the option NOT to do this, which meant it was impossible to run two queries in the same transaction. o moved common connection close/release method to DBUtil More... over 17 years ago
includes unicode escaped localized literal More... over 17 years ago
finished add, delete, and spo query tests More... over 17 years ago
checkstyle generates error if cyc complexity above 20, and a warning otherwise if above 10. More... over 17 years ago
o refactored SPOQueryCompiler to get acceptable cyc complexity and re-use methods in NTriplesUtil. o added more coverage for SPOQueryCompiler unit test More... over 17 years ago
o brought Literal cyclomatic complexity down o moved language tag validation to NTriplesUtil o added unit tests for Literal o added unit tests for language tag parsing More... over 17 years ago
o refactoring for simplicity: got all NTriplesUtil methods at or below cyclomatic complexity 10. o also added some escaping/unescaping test cases, including unicode. More... over 17 years ago
added cyclomatic complexity check and linked/described coding standards from main doc page. More... over 17 years ago
o added equals(Object) and hashCode() methods to Triple so that comparisons work properly. o elaborated on testAddTriples so it compares output to input triples. o set default log level to WARN in log4j.xml so test output isn't messy by default. More... over 17 years ago
added h2 lib, test, and license info More... over 17 years ago
Minor mods to start adding unbound predicate support More... over 17 years ago
Created H2 implementation classes More... over 17 years ago
began highest level integration test, DatabaseAdaptor. More... over 17 years ago
fixed basic table manager issue created yesterday, and fixed code convention issues with DerbyDDLGenerator More... over 17 years ago
Started actual integration tests (DDLGenerator impls) and renamed/organized test-related ant targets. With this checkin, embedded Derby's DDLGenerator seems to work ok. ant integration-test will use it by default. More... over 17 years ago
prep for integration tests with running db: - added derby and associated (not yet implemented) ddl generator - changed test targets in ant so unit and integration tests can be done separately or together - renamed unit tests and unit test suites using new convention More... over 17 years ago
- moved SPO_TARGETS to SPOQueryCompiler and made targets a constructor param of TriplePatternSQLProvider. - added version info to generated javadoc title More... over 17 years ago
added comments and qa task as prereq for release More... over 17 years ago
made javadoc violations warnings instead of errors More... over 17 years ago
removed trailing whitespaces. with this checkin, "ant checkstyle" passes all checks (but there are still warnings for the to-do items) More... over 17 years ago
fixed all source according to style, except trailing whitespace and todo: checks More... over 17 years ago
Made a slightly more explicit typed constructor for MappableNodePattern More... over 17 years ago
slightly changed quoting of values More... over 17 years ago
added a couple more TODO patterns More... over 17 years ago