Skip to content

Expression wrapping fix

Compare
Choose a tag to compare
@guregu guregu released this 19 Mar 05:55
· 124 commits to master since this release

This is a bugfix release that fixes #158, in which expressions like (A) OR (B) were not getting properly wrapped to ((A) OR (B)) when combined with multiple .If calls, etc.
Also includes #157 which fixes ListTables's context methods not passing the context through to the AWS SDK.