What's Changed
- Added:
QueryExpression<Codable>.jsonObject()
(#124). - Fixed: Work around Swift parameter pack bugs affecting single-join selects (thanks @KayLeung, #121).
- Fixed: Add
TableDefinition
dynamic subscript for better compiler errors (#123). - Fixed: Remove
#sql
literal requirement (#122).
New Contributors
Full Changelog: 0.9.0...0.10.0