Skip to content

Erfurt 1.8.0

Latest
Compare
Choose a tag to compare
@pfrischmuth pfrischmuth released this 04 Oct 12:09
· 15 commits to develop since this release
v1.8.0

1.8.0 - 2016-10-04

Added

  • Add option to export SPARQL result to CSV
  • SPARQL: allow less operator in filter clauses and don't switch to uri mode there
  • SPARQL: remove whitespace constraint on filter clause
  • SPARQL: change strategy for less operator detection
  • enable tokenizer test case
  • Add simple test for Erfurt_Store_Adapter_Virtuoso_ResultConverter_CSV
  • Allow test cases to inject config parameters into the config
  • Add Unit Tests for Store
  • Add a further syntax test resource
  • Add support for travis CI (#114)
  • Add missing method to access control adapter
  • Implement Stardog as Backend Adapter (#122)

Changed

  • Composerize Erfurt
  • Makefile: removed old cs-commands, added codesniffer and codebeautifier
  • Improve error reporting for failing virtuoso odbc requests
  • Forward zend version
  • Improve codesniffer handling and file comment sniff
  • Erfurt_Sparql_ParserTest is not incomplete anymore
  • Set store backend to test for unit testing
  • Make consequent use of constants in Store
  • Cleanup phpunit config
  • Improve and fix Rdfawrapper

Fixed

  • Correct link to code conventions of OntoWiki in README.md
  • Fix setting select clause in serializing query result in turtle parser
  • Fix ARC2 dependency in Erfurt RdfaWrapper
  • Fix setting select clause instead of prologue part
  • Fix #104: Filter user id literal for comparison
  • Fix setting select part on simple query instances
  • Fix wrong return value of method
  • #111: Fix issue with semicolons without leading whitespace
  • Fix some bugs in order to fix tests
  • Fix invalid PHP file
  • Fix ant builds in order to fix owdev jenkins builds
  • Fix several call to member function isVersioningEnabled() on boolean if versioning is disabled
  • Fix wrong predicate uri and by adding as prefix
  • Fix missing FILTER parenthesis
  • Fix a missing case in the TurtleRDFParser for implicit blank and add a test file for implicit blank nodes under Tests/Unit/Erfurt/Syntax/_files/valid

Removed

  • Remove Query2_TriplesNode which is also in structural-Interfaces