- May 16, 2012
-
-
Yuriy Nevinitsin authored
-
- May 15, 2012
-
-
Yuriy Nevinitsin authored
-
- May 12, 2012
-
-
Dmitry E. Oboukhov authored
(Previous variant works, too, but it was undocumented, so I kept it undocumented.)
-
Dmitry E. Oboukhov authored
(Previous variant works, too, but it was undocumented, so I kept it undocumented.)
-
- May 11, 2012
-
-
Konstantin Osipov authored
A fix for Bug#997602 incorrect read int64 field in connector-php Use a correct value.
-
- May 02, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Apr 26, 2012
-
-
Konstantin Osipov authored
-
- Apr 09, 2012
-
-
Dmitry Simonenko authored
This reverts commit 8dc70aac.
-
Dmitry Simonenko authored
-
- Mar 27, 2012
-
-
Konstantin Shulgin authored
- INSERT AFTER operation was deleted; - INSERT BEFORE was renamed to INSERT; - Tarantool connector/c was updated; - Tests was updated.
-
- Mar 23, 2012
-
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-
- Mar 21, 2012
-
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-
- Mar 16, 2012
-
-
Yuriy Nevinitsin authored
-
- Mar 15, 2012
-
-
Yuriy Nevinitsin authored
-
- Mar 13, 2012
-
-
Yuriy Nevinitsin authored
-
- Mar 12, 2012
-
-
Yuriy Nevinitsin authored
-
Konstantin Shulgin authored
64-bit arithmetic and logical operations was added: - 32-bit fields can use 32-bit operands; - 64-bit fields can use 32-bit and 64-bit operands.
-
- Mar 11, 2012
-
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-
- Mar 07, 2012
-
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
[connector][perl] AnyEvent support. Continuation support. Limit = max_sint32 by default. primary_key_index option.
-
Dmitry Simonenko authored
-
- Feb 14, 2012
-
-
Konstantin Shulgin authored
New UPDATE list operations were added: INSERT_BEFORE and INSERT_AFTER. url: https://blueprints.launchpad.net/tarantool/+spec/allow-inset-fields
-
- Feb 07, 2012
-
-
Dmitry Simonenko authored
-
- Feb 02, 2012
-
-
Konstantin Osipov authored
Implement blueprint 'add-delete-fields': https://blueprints.launchpad.net/tarantool/+spec/add-and-delete-fields-in-tuple Make it possible to add new fields with UPDATE, and delete existing fields. Rewrite the UPDATE algorithm to pre-compute new tuple length and do most of the work in place, without allocating temporary buffer for fields. Add Connector/C support for new UPDATE options. Add and update tests. Joint effort by Konstantin Shulgin (initial implementation), Dmitry Simonenko (Connector/C) and Konstantin Osipov (spec/code review).
-
- Feb 01, 2012
-
-
Dmitry Simonenko authored
-
- Jan 30, 2012
-
-
Yuriy Nevinitsin authored
-
- Jan 27, 2012
-
-
Dmitry Simonenko authored
absolute values.
-
Dmitry Simonenko authored
installation pathes.
-
- Jan 23, 2012
-
-
Konstantin Shulgin authored
Flushing stream after write request was added.
-
Konstantin Shulgin authored
Establish connection routine was updated: now socket uses TCP_NODELAY option.
-
- Dec 27, 2011
-
-
Yuriy Nevinitsin authored
-
- Dec 26, 2011
-
-
Konstantin Shulgin authored
-
- Dec 25, 2011
-
-
Yuriy Nevinitsin authored
-
- Dec 23, 2011
-
-
Konstantin Osipov authored
Remove connector/python and connector/ruby since these drivers are hosted separately now. https://github.com/mailru/tarantool-python https://github.com/mailru/tarantool-ruby
-
Dmitry Simonenko authored
CMAKE_LOCALSTATE_DIR options added. Configuration file search path is changed to ${CMAKE_SYSCONF_DIR}/tarantool.cfg.
-