[tarantool-patches] [PATCH v2 0/3] JSON Paths support

Kirill Shcherbatov kshcherbatov at tarantool.org
Fri Apr 6 14:08:54 MSK 2018


Branch: http://github.com/tarantool/tarantool/tree/gh-1285-tuple-field-by-json-icu
Issue: https://github.com/tarantool/tarantool/issues/1285

Kirill Shcherbatov (2):
  Introduce json_path_parser with Unicode support.
  Lua: implement json path access to tuple fields

Vladislav Shpilevoy (1):
  Allow gcov on Mac

 cmake/profile.cmake         |   9 --
 src/box/CMakeLists.txt      |   4 +-
 src/box/lua/tuple.c         |  63 ++++++++----
 src/box/lua/tuple.lua       |  52 +++-------
 src/box/tuple.h             |  21 ++++
 src/box/tuple_format.c      | 164 ++++++++++++++++++++++++++++++
 src/box/tuple_format.h      |  19 ++++
 src/lib/CMakeLists.txt      |   1 +
 src/lib/json/CMakeLists.txt |   6 ++
 src/lib/json/path.c         | 242 ++++++++++++++++++++++++++++++++++++++++++++
 src/lib/json/path.h         | 114 +++++++++++++++++++++
 test/engine/tuple.result    | 225 ++++++++++++++++++++++++++++++++++++++++
 test/engine/tuple.test.lua  |  66 ++++++++++++
 test/unit/CMakeLists.txt    |   3 +
 test/unit/json_path.c       | 165 ++++++++++++++++++++++++++++++
 test/unit/json_path.result  |  84 +++++++++++++++
 16 files changed, 1171 insertions(+), 67 deletions(-)
 create mode 100644 src/lib/json/CMakeLists.txt
 create mode 100644 src/lib/json/path.c
 create mode 100644 src/lib/json/path.h
 create mode 100644 test/unit/json_path.c
 create mode 100644 test/unit/json_path.result

-- 
2.7.4





More information about the Tarantool-patches mailing list