Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pointfreeco/sqlite-data

Tags

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issues with `CK{Record,Share}.SystemFieldsRepresentation` (#284)

* Fix issues with `CK{Record,Share}.SystemFieldsRepresentation`

I'm a little surprised that this diff fixes things, but it does locally
for me, in the latest Xcode 26, so let's test this change a bit before
merging.

* Compile time tests

* wip;

* wip

---------

Co-authored-by: Brandon Williams <[email protected]>

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add option to drop unique constraints inside SyncEngine.migratePrimar…

…yKeys (#253)

* drop unique constraints inside SyncEngine.migratePrimaryKeys

* Call down to existing helpers

* wip

* new test and fix

---------

Co-authored-by: Stephen Celis <[email protected]>
Co-authored-by: Brandon Williams <[email protected]>

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compute statement hashability from underlying query fragment (#245)

* Compute statement hashability from underlying query fragment

We currently depend directly on the hashability of `Statement` in the
various fetch property wrappers, but this conformance has been found to
be problematic and so we should remove it. We can make this change
today, though, before removing it, by computing the hashability of a
statement from its query fragment data.

* wip

* wip

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
StructuredQueries 0.22.0 support (#238)

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

1.0.0

Toggle 1.0.0's commit message
Add index.

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
StructuredQueries Bool binding support (#171)

* StructuredQueries Bool binding support

- [ ] Update package when this is merged: pointfreeco/swift-structured-queries#164

* unsigned integers

* wip

* wip

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support for StructuredQueries' `@DatabaseFunction` macro (#145)

* Support for StructuredQueries' `@DatabaseFunction` macro

See pointfreeco/swift-structured-queries#151 for
more details.

* wip

* wip

* test

* wip

* wip

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
StructuredQueries 0.13.0 Support (#132)

* wip

* wip

* wip

* wip

* wip

* wip

* Remove Linux from CI while GRDB doesn't support it

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
More flexible sendability (#118)

* Drop sendable requirements.

* wip

---------

Co-authored-by: Brandon Williams <[email protected]>

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support `QueryFragment` segments (#76)

* Support `QueryFragment` segments

The next release of StructuredQueries has improved the query fragment
type and the interfaces used by SharingGRDB have been deprecated. Let's
consume the latest APIs.

* wip