0.8.0
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
toINSERT
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
- @skyien made their first contribution in #90
- @bradhowes made their first contribution in #93
Full Changelog: 0.7.0...0.8.0