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

New upsert block #3412

Merged
merged 7 commits into from
Jun 20, 2019
Merged

New upsert block #3412

merged 7 commits into from
Jun 20, 2019

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    fe162f9 View commit details
    Browse the repository at this point in the history
  2. Add support for parsing functions in RDF (#3412)

    Following are now possible (useful in upsert API)
      * uid(v) <predicate> "object" .
      * <0x01> <predicate> uid(foo) .
    
    For now, we only support uid function. In future, we can
    add support for more functions.
    mangalaman93 committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    2126be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bee537d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b24cfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c31fae0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ee387b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccc7734 View commit details
    Browse the repository at this point in the history