Tags: pointfreeco/sqlite-data
Tags
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]>
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]>
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
PreviousNext