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.2.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.3.0
Choose a head ref
  • 12 commits
  • 18 files changed
  • 1 contributor

Commits on Feb 22, 2025

  1. Configuration menu
    Copy the full SHA
    8241009 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1729 from groue/dev/issue-1728

    Deprecate Date coding strategies based on DateFormatter
    groue authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    618e72d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Undeprecate Date coding strategies based on DateFormatter

    swiftlang/swift#78635 (comment)
    > DateFormatter is indeed thread safe and its conformance to Sendable is correct
    groue committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    79a7820 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1730 from groue/dev/issue-1728

    Undeprecate Date coding strategies based on DateFormatter
    groue authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    eec220b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed22fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1731 from groue/dev/virtual-table-options

    Support for temporary virtual tables
    groue authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    9b09c53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53c9d12 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1732 from groue/dev/sending-closures

    Async database accesses no longer require Sendable closures.
    groue authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    bbd1eab View commit details
    Browse the repository at this point in the history
  7. Revert "Merge pull request #1732 from groue/dev/sending-closures"

    This reverts commit bbd1eab, reversing
    changes made to 9b09c53.
    groue committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    b48a56a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    392137c View commit details
    Browse the repository at this point in the history
  9. v7.3.0

    groue committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    bd3ac9e View commit details
    Browse the repository at this point in the history
  10. Merge branch 'development'

    groue committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    6eba24d View commit details
    Browse the repository at this point in the history
Loading