Skip to content

0.8.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 23 Jun 18:26
· 82 commits to main since this release

What's Changed

  • Added: Type-safe CREATE TEMPORARY TRIGGER builder (#82).
  • Added: Allow 'find' to work with query expressions (#86).
  • Added: Generalize IN for any sequence of expressions (#87).
  • Added: Table.exists() (#88).
  • Added: Relax INSERT-SELECT to work with partial select statements (#89).
  • Added: Introduce excluded to INSERT upsert clauses (#95).
  • Fixed: Output proper sequence number in QueryFragment.prepare (thanks @skyien, #90; #92).
  • Fixed: INSERT-SELECT type-checking for #sql selections (#91).
  • Fixed: Check if assertQuery results are expected to be empty (thanks @natemann, #65).
  • Infrastructure: Ignore and remove .swiftpm directory (#85).
  • Infrastructure: Documentation fixes (thanks @bradhowes, #93).

New Contributors

Full Changelog: 0.7.0...0.8.0