-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (RDF): composite key objects (#4566)
* code syntax fixes + removed unused code * added test for composite key reference/refback * simplified REFERENCE code * Added test for empty values * minor changes * Fixed composite key null check * working tests for composite REFERENCE (without ARRAY or REFBACK) * fixed composite REF_ARRAY test * updated code, still disabled composite REFBACK due to current behaviour * Included REFBACK test (fails until other bug is fixed) * Ensure an unmodifiable set is returned * Updated/added some PrimaryKey tests * simplified assert code * Fixes for merge conflicts * Added constant for subselect separator * Added refback-specific code (and generalized some code to prevent code duplicity) * Added code comment * added refback logic for initial query * localhost is now stored in a constant * some formatting fixes * wip: refbacks to composite keys with composite keys * improved triple validation code * updated tests * quick fix in case of teardown failing * simplified test code * fixed refbacks to non-composite reference primary key * additional fixes * auto-formatting
- Loading branch information
1 parent
6f8aa2c
commit b75780d
Showing
8 changed files
with
825 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.