Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/jld select iri resolution #214

Merged
merged 7 commits into from
Nov 2, 2022
Merged

Commits on Oct 30, 2022

  1. Support for 'p' variables

    bplatz committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    ba82c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    002bba0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    e1a39c5 View commit details
    Browse the repository at this point in the history
  2. Make the pipeline green

    There are some js tests that aren't passing, but I want to make the test suite more
    comprehensive so that we're testing the same thing across platforms and builds. One at a time.
    dpetran committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3f11f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Query vars from .-o flake val also pass datatype, perform IRI resolut…

    …ion in results
    
    Variables being passed from where statement to where statement always contained only values. For .-o object values, certain downstream processes also need the datatype (e.g. if an IRI, we need to resolve the IRI's value if value is in 'select' statement). Now 'o' values passed through are always two-tuples: [value datatype].
    
    This mean intermediate steps need to know if the value coming through is a two-tuple, so in the query parsing we retain the knowledge of which var is a two-tuple and perform appropriate deconstruction.
    
    Also, because mixed-types are allowed, it could be that a object value in one where statement (e.g. ex:friend) might be passed to the subject of the next statement - but if the object value is not an IRI then it will break the following where statement. We now filter for only IRI values in the scenario.
    
    Grouping is also an area that requires some additional consideration of the values now being passed in, and that is also adjusted.
    bplatz committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    dc07233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151085a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Merge branch 'main' into feature/jld-select-iri-resolution

    # Conflicts:
    #	src/fluree/db/query/analytical_parse.cljc
    #	src/fluree/db/query/fql.cljc
    #	test/fluree/db/query/json_ld_compound_test.clj
    #	test/nodejs/flureenjs.test.js
    bplatz committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    0c4c236 View commit details
    Browse the repository at this point in the history