Branch: refs/heads/feature-add-delete-fields
Home: https://github.com/mailru/tarantool
Commit: fdcb5faebc37efd93ae4a8c602f14c64235bf8bb
https://github.com/mailru/tarantool/commit/fdcb5faebc37efd93ae4a8c602f14c64235bf8bb
Author: Konstantin Shulgin <[email protected]>
Date: 2011-09-08 (Thu, 08 Sep 2011)
Changed paths:
M .gitignore
M include/errcode.h
M include/salloc.h
M mod/box/box.h
M mod/box/box.m
M test/CMakeLists.txt
A test/box/update_fields.c
A test/box/update_fields.result
A test/box/update_fields.test
Log Message:
-----------
Implement blueprint 'add-and-delete-fields-in-tuple'
The update_field command was changed. Change to way apply operation
to the tuple. Now all update operation sorted by field number, and
applied it to field witch placed in new tuple in place if it is possible.
Commit: 4da40fcf15ab58fc25d253651fcdcad4a65ba86c
https://github.com/mailru/tarantool/commit/4da40fcf15ab58fc25d253651fcdcad4a65ba86c
Author: Konstantin Shulgin <[email protected]>
Date: 2011-09-13 (Tue, 13 Sep 2011)
Changed paths:
M connector/c/include/tnt_proto.h
M connector/c/include/tnt_update.h
M connector/c/tnt_update.c
M include/errcode.h
M mod/box/box.h
M mod/box/box.m
M test/box/sql.result
M test/box/sql.test
M test/box/update_fields.c
M test/box/update_fields.result
Log Message:
-----------
Implement blueprint 'add-and-delete-fields-in-tuple'.
Core:
- New error codes was added.
Box:
- Set field operation was extended. Now set operation can append new field
at the end of tuple.
- Delete field operation was added.
Compare: https://github.com/mailru/tarantool/compare/fdcb5fa^...4da40fc
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp