github pointfreeco/swift-structured-queries 0.33.0

6 hours ago

What's Changed

  • Added: Better inference/diagnostics for the @Table macro (#297).
  • Added: CasePathable is now automatically synthesized by @{Table,Selection} enum (#298).
  • Added: @Column(lazyInitializable:) and LazyInitializableByDefault trait, for lazy initialization of draft columns (#300).
  • Added: Generalize drafts to any table with lazy-initializable columns (#302).
  • Added: is(\.case) operator to @{Table,Selection} enums (#299).
  • Fixed: Weakify @DatabaseFunction closures for class instance members (thanks @seanmrich, #276).
  • Fixed: Workaround Swift 6.4 regression (#301).

New Contributors

Full Changelog: 0.32.0...0.33.0

Don't miss a new swift-structured-queries release

NewReleases is sending notifications on new releases.