Releases: tarantool-php/mapper
Releases · tarantool-php/mapper
get format for new spaces
2.1.3 mapper work with empty format
schema get spaces return all spaces
$mapper->getSchema->getSpaces()
simple index creation fix
fixed:
$schema->createIndex(['property1', 'property2']);
remove and once logic
implemented
$schema->once($name, $callback)
$mapper->remove($entity)
complete empty tuple values with defaults
2.0.3 reduce non-required properties default values set
production ready
2.0.2 prettify sequence example
add usefull plugins
2.0.1-beta user defined classes doc added
rewrite from scratch
2.0.0-alpha register scrutinizer report
unsigned data type, integer type conversion
v1.0.9 numeric type calculation for 1.5+ tnt versions
caching empty single result
v1.0.8 zero count result should be cached too