Skip to content

Releases: tarantool/crud

Release 0.2.0

07 Oct 13:26
Compare
Choose a tag to compare

Bug fixes

  • Select with == conditions bugs
  • Select with conditions by fields with collations

Features

  • CRUD operations:
  • replace
  • upsert

Changes

  • checks is disabled for internal functions by default
  • limit option is renamed to first
  • Reverse pagination (negative first) is supported
  • after option accepts a tuple
  • Output format for CRUD operations changed to set of rows and metadata
  • Insert/replace/upsert methods now accept tuples.
    To process unflattened objects *_object methods are introduced.
  • pairs accepts use_tomap flag to return tuples or objects

Release 0.1.0

23 Sep 09:42
97835b9
Compare
Choose a tag to compare

Added

  • Basic CRUD operations:

    • insert
    • get
    • select
    • update
    • delete
  • pairs function to iterate across the distributed space