- Apr 15, 2016
-
-
Georgy Kirichenko authored
-
- Apr 08, 2016
-
-
Alexandr Lyapunov authored
-
- Apr 07, 2016
-
-
Konstantin Osipov authored
Actually fix the bug and add a test case.
-
- Apr 06, 2016
-
-
Georgy Kirichenko authored
-
- Apr 05, 2016
-
-
bigbes authored
closes gh-1428
-
- Apr 01, 2016
-
-
bigbes authored
+ closes gh-1405 (right path for unix socket) + wrap box.cfg and loadfile with pcall + some variable/function scope cleanups (global -> local) + closes gh-1409 (check for lua syntax before running/restarting/eval server)
-
- Mar 31, 2016
-
-
bigbes authored
Ensure that every box operation can take tuple as key/tupl/operation in both engines
-
- Mar 29, 2016
-
-
Roman Tsisyk authored
-
- Mar 28, 2016
-
-
Roman Tsisyk authored
* Set version to {1, 6, 8} in box.space._schema * Add 'LUA' language to built-in stored procedures
-
Roman Tsisyk authored
Use box.schema.upgrade() to upgrade. ./extra/schema_fill.lua and ./extra/schema_erase.lua were moved to box.internal.bootstrap().
-
- Mar 25, 2016
-
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
* extra arguments silently ignored * :get and :put interpret nil timeout as infinity
-
Dmitry Simonenko authored
-
- Mar 18, 2016
-
-
Konstantin Osipov authored
Implement space:count() as a counterpart to space:len() for consistency with space.index.
-
- Mar 17, 2016
-
-
Konstantin Osipov authored
The new tarantool-python driver returns tuple from space operations.
-
Georgy Kirichenko authored
-
- Mar 15, 2016
-
-
Georgy Kirichenko authored
-
- Mar 04, 2016
-
-
Georgy Kirichenko authored
-
- Mar 03, 2016
-
-
Roman Tsisyk authored
Implement box.cfg { read_only = true } bool is_ro is now controlled by box.cfg{} and is not used by register/unregister logic in _cluster table.
-
- Mar 01, 2016
-
-
Sulverus authored
-
- Feb 26, 2016
-
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
See #1349
-
- Feb 24, 2016
-
-
Roman Tsisyk authored
-
- Feb 19, 2016
-
-
Konstantin Osipov authored
Tarantool doesn't have CREATE, DROP or GRANT OPTION privileges. Thus grants on an object can only be given by the creator (definer, owner) of the object or admin. The error message about this was misleading.
-
- Feb 16, 2016
-
-
Roman Tsisyk authored
* Never ever ever raise "tuple is not array" from CALL * Support ALL use-cases from #291 (Seriously!) * Add test cases for #1167 * Remove buggy luaL_isarray() * Extract tuple_to_mpstream() * Optimize luamp_encode_tuple() to use tuple_to_mpstream() * Other performance optimizations This code shouldn't introduce perfomance regression because it still does the same number of operations for all use cases.
-
- Feb 09, 2016
-
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
-
- Feb 08, 2016
-
-
Konstantin Osipov authored
-
Alexandr Lyapunov authored
-
- Feb 05, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Feb 04, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
* Convert to TAP * Add gh ticket numbers for all test cases * Get rid of global variables
-
Georgy Kirichenko authored
-
- Feb 03, 2016
-
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
-
- Feb 02, 2016
-
-
Roman Tsisyk authored
-