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

Correctly handle the cache in the presence of SPARQL UPDATE #1646

Merged
merged 6 commits into from
Nov 29, 2024

Commits on Nov 27, 2024

  1. Correctly handle the caching of queries in the presence of SPARQL UPD…

    …ATE.
    
    Signed-off-by: Johannes Kalmbach <[email protected]>
    joka921 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    13d6127 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Small change from a review with Hannah.

    Signed-off-by: Johannes Kalmbach <[email protected]>
    joka921 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    aad5290 View commit details
    Browse the repository at this point in the history
  2. Change to an index.

    Signed-off-by: Johannes Kalmbach <[email protected]>
    joka921 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a49b9a3 View commit details
    Browse the repository at this point in the history
  3. Make the cache key use a numeric index instead of a pointer.

    Signed-off-by: Johannes Kalmbach <[email protected]>
    joka921 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6490525 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    477fe36 View commit details
    Browse the repository at this point in the history
  5. Fix a warning.

    Signed-off-by: Johannes Kalmbach <[email protected]>
    joka921 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6a2c53f View commit details
    Browse the repository at this point in the history