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.0.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.1.0
Choose a head ref
  • 12 commits
  • 26 files changed
  • 1 contributor

Commits on Feb 1, 2025

  1. Configuration menu
    Copy the full SHA
    0401d44 View commit details
    Browse the repository at this point in the history
  2. Replace sqlite3_libversion_number() with Database.sqliteLibVersionNumber

    and remove SQLite imports that are no longer necessary.
    groue committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    32c9ba2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1713 from groue/dev/sqliteLibVersionNumber

    Expose `sqlite3_libversion_number` as `Database.sqliteLibVersionNumber`
    groue authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    287c4be View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Failing test for #1715

    groue committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    a64b09d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4d9b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1716 from groue/dev/issue-1715

    Fix: DatabaseQueue restores its read/write abilities when an async read-only database access is cancelled.
    groue authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    3535a42 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. CHANGELOG

    groue committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    78b2796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef36727 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1717 from groue/dev/RxGRDB

    Allow RxGRDB to compile without warning
    groue authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    a716915 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG

    groue committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    430530f View commit details
    Browse the repository at this point in the history
  5. v7.1.0

    groue committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    073209f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'development'

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