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: groue/GRDB.swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.0
Choose a base ref
...
head repository: groue/GRDB.swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.0
Choose a head ref
  • 10 commits
  • 13 files changed
  • 1 contributor

Commits on Mar 15, 2025

  1. Document aggregate functions

    groue committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    18eab53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4065ff5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1745 from groue/dev/multi-argument-max

    Add the MIN and MAX multi-argument SQL functions to the query interface
    groue authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    d800a79 View commit details
    Browse the repository at this point in the history
  4. Document that migrations that rename foreign key columns should use i…

    …mmediate foreign key checks
    
    Fix #1740
    groue committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    71e09a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2aa6b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Failing test for #1746

    groue committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    515bd78 View commit details
    Browse the repository at this point in the history
  2. TransactionObserver can access the database, even if the transaction …

    …was completed in a cancelled task.
    
    Fix #1746
    groue committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    67b34dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1747 from groue/dev/issue-1746

    Transaction observers are not impacted by Task Cancellation
    groue authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    1ce8e38 View commit details
    Browse the repository at this point in the history
  4. v7.4.0

    groue committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    9a9d2e9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'development'

    groue committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    52b7b7b View commit details
    Browse the repository at this point in the history
Loading