Releases: tarantool/crud
Releases · tarantool/crud
Release 0.2.0
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 defaultlimit
option is renamed tofirst
- 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
acceptsuse_tomap
flag to return tuples or objects
Release 0.1.0
Added
-
Basic CRUD operations:
- insert
- get
- select
- update
- delete
-
pairs
function to iterate across the distributed space