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: fox-it/dissect.sql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7
Choose a base ref
...
head repository: fox-it/dissect.sql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 31, 2024

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

Commits on Feb 20, 2024

  1. Move lru_cache definitions to __init__ (#18)

    Using the lru_cache decorators on class methods, the ones that have a reference to `self`,
    will also cache self. So we move it to the __init__ of the class
    
    (DIS-2913)
    Miauwkeru authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8d53824 View commit details
    Browse the repository at this point in the history
Loading