Skip to content

0.4.0

Compare
Choose a tag to compare
@dokshina dokshina released this 02 Dec 11:49
· 352 commits to master since this release

Bug fixes

  • Fixed typo in error for case when failed to get bucket_id
  • Fixed select by part of sharding key equal. Before this patch
    selecting by equality of partially specified multipart primary index
    value was misinterpreted as a selecting by fully specified key value.
  • Fixed iteration with pairs through empty space returned nil.

Features

  • truncate operation
  • iterator returned by pairs is compatible with luafun