What's Changed
- Fixed:
QueryExpression<Optional>.mapnow takes a query expression, not a statement, fixing overload issues that expand to the wrong SQL (#303). - Fixed: Better support for nested
@Table/@Selection(#306). - Fixed:
QueryExpression<Optional>.mapnow works for multi-column@Selections (#305). - Fixed:
Table.updateno longer crashes when updating a nested@Selectioncolumn (thanks @IanKeen, #269). - Fixed: Address regression in
@Table-generated drafts that reference nested types (#315). - Deprecated: A few "Swifty" APIs have been deprecated in favor of their SQL equivalents (e.g.
contains,hasPrefix,hasSuffixare now deprecated in favor oflike) (#307). - Infrastructure: Add documentation badge to README (#304)
- Infrastructure: Document how to define a public constructor for a draft (#313).
Full Changelog: 0.33.0...0.33.1