Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:pointfreeco/sqlite-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:1.2.0
Choose a base ref
Loading
...
head repository:pointfreeco/sqlite-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:1.3.0
Choose a head ref
Loading
  • 9commits
  • 20files changed
  • 3contributors

Commits on Oct 18, 2025

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

Commits on Oct 22, 2025

  1. SupportattachMetadatabasein previews (#267)

    * Support `attachMetadatabase` in previewsPreviews can currently crash if an app database is provisioned thatattaches a metadatabase. Despite trying to ensure all databases arein-memory to work around an Xcode previews quirk, SQLite still throws afile system error when connecting to an in-memory database with a fileURL.This PR attempts to work around the issue by sharing the same databaseconnection in previews.This does require losing the internal `DatabaseMigrator` we currentlyuse for the metadatabase and instead depend on `IF NOT EXISTS` becauseGRDB only supports a single set of migrations per database (we couldmaybe scope this change just to previews), but this is probably OK. Italso means that the migrator will always detect schema changes forpreviews since the metadatabase tables will conflict, but this is alsoprobably OK since previews are not long-living.* Revert "Support `attachMetadatabase` in previews"This reverts commit1734711.* wip* wip* wip* wip---------Co-authored-by: Brandon Williams <mbrandonw@hey.com>
    @stephencelis@mbrandonw
    stephencelis andmbrandonw authoredOct 22, 2025
    Configuration menu
    Copy the full SHA
    8874760View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. AddSyncMetadata.ID(#271)

    * Introduce `SyncMetadata.ID`* wip* wip
    @stephencelis
    stephencelis authoredOct 24, 2025
    Configuration menu
    Copy the full SHA
    97b0f96View commit details
    Browse the repository at this point in the history
  2. Use metadatabase to query sync metadata. (#270)

    * Use metadatabase to query sync metadata.* Added a test* dont attach metadatabase for base suite.* add test for attached metadatabase
    @mbrandonw
    mbrandonw authoredOct 24, 2025
    Configuration menu
    Copy the full SHA
    5cf865cView commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Restrict mutation to sync metadata fields. (#276)

    * Restrict mutation to sync metadata fields.* wip* wip
    @mbrandonw
    mbrandonw authoredOct 25, 2025
    Configuration menu
    Copy the full SHA
    98546f9View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Fix bug that reset timestamp of record when sharing. (#278)

    * Fix bug that reset timestamp of record when sharing.* wip* Clean up'* clean up* wip* test
    @mbrandonw
    mbrandonw authoredOct 28, 2025
    Configuration menu
    Copy the full SHA
    6cc1cfbView commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

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

Commits on Oct 30, 2025

  1. Methods to explicitly fetch and send changes. (#286)

    * Methods to explicitly fetch and send changes.* docs* Fix typos in SyncEngine documentation commentsCorrected typos in documentation comments for sync methods.* Fix apostrophe formatting in documentation comments---------Co-authored-by: Stephen Celis <stephen@stephencelis.com>
    @mbrandonw@stephencelis
    mbrandonw andstephencelis authoredOct 30, 2025
    Configuration menu
    Copy the full SHA
    88b419eView commit details
    Browse the repository at this point in the history
  2. Fix issues withCK{Record,Share}.SystemFieldsRepresentation(#284)

    * Fix issues with `CK{Record,Share}.SystemFieldsRepresentation`I'm a little surprised that this diff fixes things, but it does locallyfor me, in the latest Xcode 26, so let's test this change a bit beforemerging.* Compile time tests* wip;* wip---------Co-authored-by: Brandon Williams <mbrandonw@hey.com>
    @stephencelis@mbrandonw
    stephencelis andmbrandonw authoredOct 30, 2025
    Configuration menu
    Copy the full SHA
    b66b894View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp