- Jun 05, 2014
-
-
Alexandr authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
- Jun 04, 2014
-
-
ocelot-inc authored
-
ocelot-inc authored
-
ocelot-inc authored
-
Roman Tsisyk authored
This patch adds a new Lua module called 'pickle'. This module incorporates former box.pack() and box.unpack() functions. These functions removed from core because they are not needed for box anymore. This patch also removes all box-specific formats from these functions.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
(hat tip to Petr Yanovich).
-
- Jun 03, 2014
-
-
ocelot-inc authored
-
Konstantin Osipov authored
A fix and a test case for gh-300: misleading error message for a non-existing function. First, check that a function exists. Then check access rights to the function.
-
Konstantin Osipov authored
The confusion arose when trying to create a space with an existing id. The error message is no longer misleading.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
bigbes authored
Conflicts: src/lua/init.cc
-
bigbes authored
* error(fmt, args) * warn(fmt, args) * info(fmt, args) * debug(fmt, args)
-
- Jun 02, 2014
-
-
Konstantin Osipov authored
-
Roman Tsisyk authored
All bultin modules can be loaded with require('modulename') instead of require('box.modulename') Other changes: * _G.box is not initialized from tarantool_lua_init() anymore * box.info, box.stat, box.snapshot moved to src/box/lua * box.coredump() => coredump() * box.xxx = require('box.xxx') removed from tests
-
Alexandr authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Alexandr authored
-
- Jun 01, 2014
-
-
ocelot-inc authored
-
- May 30, 2014
-