Skip to content

0.12.1-beta

Pre-release
Pre-release

Choose a tag to compare

@samritchie samritchie released this 16 Oct 09:17
· 52 commits to master since this release

Added support for defaultArg in update expressions on the same attribute, allowing SET if_not_exists semantics (eg { record with OptionalValue = Some (defaultArg record.OptionalValue "Default") })
Allow empty strings in non-key attributes (thanks @purkhusid)
Support multi-table transactions (thanks @purkhusid)