Skip to content

0.33.1

Latest

Choose a tag to compare

@stephencelis stephencelis released this 10 Jul 17:45
500c4cb

What's Changed

  • Fixed: QueryExpression<Optional>.map now 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>.map now works for multi-column @Selections (#305).
  • Fixed: Table.update no longer crashes when updating a nested @Selection column (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, hasSuffix are now deprecated in favor of like) (#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