0.8.0
What's Changed
- Added: Type-safe
CREATE TEMPORARY TRIGGERbuilder (#82). - Added: Allow 'find' to work with query expressions (#86).
- Added: Generalize
INfor any sequence of expressions (#87). - Added:
Table.exists()(#88). - Added: Relax
INSERT-SELECTto work with partial select statements (#89). - Added: Introduce
excludedtoINSERTupsert clauses (#95). - Fixed: Output proper sequence number in
QueryFragment.prepare(thanks @skyien, #90; #92). - Fixed:
INSERT-SELECTtype-checking for#sqlselections (#91). - Fixed: Check if
assertQueryresults are expected to be empty (thanks @natemann, #65). - Infrastructure: Ignore and remove
.swiftpmdirectory (#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