Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphprotocol/graph-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: graphprotocol/graph-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lutter/sql
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 24 files changed
  • 2 contributors

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    505401d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8743a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b50615 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2dca57 View commit details
    Browse the repository at this point in the history
  5. store: Revamp query rewriting

    1. Do not use CTE's to inject a view of a table at a certain block. Instead
       rewrite the 'from' clause
    2. Do not turn bytea columns into string columns since that is hugely
       wasteful
    lutter committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    bb3850b View commit details
    Browse the repository at this point in the history
  6. store: Extract SQL parsing tests into a YAML file

    That setup makes it much easier to add more tests that check that we scrub
    dangerous constructs from SQL
    lutter committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    82d9ec7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35bd6fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd5817f View commit details
    Browse the repository at this point in the history
  9. store: Defer wrapping of SQL queries until execution

    The wrapping with to_jsonb is closely tied to how we run the query
    lutter committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    2b1435a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84349ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    133cadb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    804a208 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    ef3ee18 View commit details
    Browse the repository at this point in the history
Loading