Skip to content
Snippets Groups Projects
  • Konstantin Shulgin's avatar
    ba46ef97
    Refactoring: 'refactoring-python-preprocessor': · ba46ef97
    Konstantin Shulgin authored
    tarantool preprocessor routine was changed:
     - Now 'exec obj ...' command will translate to obj.execute(...);
     - New command 'send' and 'recv' was added. 'send obj ...' and 'recv obj
       ...' will translate to 'obj.send(...)' and 'obj.recv(...)'
       respectively;
     - New command modifiers 'silent' and 'verbose' was added. Verbose
       (silent = False) value is default.
    
    Tests - box, box_big, box_memcached, box_replication was updated.
    ba46ef97
    History
    Refactoring: 'refactoring-python-preprocessor':
    Konstantin Shulgin authored
    tarantool preprocessor routine was changed:
     - Now 'exec obj ...' command will translate to obj.execute(...);
     - New command 'send' and 'recv' was added. 'send obj ...' and 'recv obj
       ...' will translate to 'obj.send(...)' and 'obj.recv(...)'
       respectively;
     - New command modifiers 'silent' and 'verbose' was added. Verbose
       (silent = False) value is default.
    
    Tests - box, box_big, box_memcached, box_replication was updated.