Skip to content

Bugfix for ZIO 1

Compare
Choose a tag to compare
@calvinlfer calvinlfer released this 10 Jun 17:51
· 200 commits to zio2 since this release

Fixes the counter syntax and a CQL rendering bug pertaining to counter columns.

Here's some example usage

UpdateBuilder(tableName).set(Likes += in.likes).where(Id === in.id).build