Skip to content

0.12.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@samritchie samritchie released this 16 Oct 09:17
· 16 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)